Skip to content

Commit

Permalink
3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danthony06 committed Sep 18, 2024
1 parent caeb5b3 commit be29171
Show file tree
Hide file tree
Showing 25 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions swri_cli_tools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package swri_cli_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.7.3 (2024-09-18)
------------------

3.7.2 (2024-09-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion swri_cli_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>swri_cli_tools</name>
<version>3.7.2</version>
<version>3.7.3</version>
<description>Command line tools for introspecting ROS systems</description>

<maintainer email="[email protected]">Southwest Research Institute</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion swri_cli_tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='3.7.2',
version='3.7.3',
packages=find_packages(exclude=['test']),
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + package_name]),
Expand Down
4 changes: 2 additions & 2 deletions swri_console_util/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package swri_console_util
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.7.3 (2024-09-18)
------------------

3.7.2 (2024-09-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion swri_console_util/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>swri_console_util</name>
<version>3.7.2</version>
<version>3.7.3</version>
<description>
Utility functions for interacting with console
</description>
Expand Down
4 changes: 2 additions & 2 deletions swri_dbw_interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package swri_dbw_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.7.3 (2024-09-18)
------------------

3.7.2 (2024-09-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion swri_dbw_interface/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>swri_dbw_interface</name>
<version>3.7.2</version>
<version>3.7.3</version>
<description>
This package provides documentation on common interface conventions for
drive-by-wire systems.
Expand Down
4 changes: 2 additions & 2 deletions swri_geometry_util/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package swri_geometry_util
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.7.3 (2024-09-18)
------------------

3.7.2 (2024-09-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion swri_geometry_util/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>swri_geometry_util</name>
<version>3.7.2</version>
<version>3.7.3</version>
<description>
Commonly used geometry routines, implemented in a ROS friendly package.
</description>
Expand Down
4 changes: 2 additions & 2 deletions swri_image_util/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package swri_image_util
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.7.3 (2024-09-18)
------------------
* Removing ros_environment usage in favor of directly checking package versions (`#754 <https://github.com/swri-robotics/marti_common/issues/754>`_)
* Contributors: David Anthony

Expand Down
2 changes: 1 addition & 1 deletion swri_image_util/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>swri_image_util</name>
<version>3.7.2</version>
<version>3.7.3</version>
<description>
A package of commonly image manipulation utilities.
</description>
Expand Down
4 changes: 2 additions & 2 deletions swri_math_util/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package swri_math_util
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.7.3 (2024-09-18)
------------------

3.7.2 (2024-09-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion swri_math_util/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>swri_math_util</name>
<version>3.7.2</version>
<version>3.7.3</version>
<description>
A package with commonly used math utility code.
</description>
Expand Down
4 changes: 2 additions & 2 deletions swri_opencv_util/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package swri_opencv_util
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.7.3 (2024-09-18)
------------------

3.7.2 (2024-09-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion swri_opencv_util/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>swri_opencv_util</name>
<version>3.7.2</version>
<version>3.7.3</version>
<description>
A package with commonly used OpenCV functionality.
</description>
Expand Down
4 changes: 2 additions & 2 deletions swri_roscpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package swri_roscpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.7.3 (2024-09-18)
------------------

3.7.2 (2024-09-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion swri_roscpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>swri_roscpp</name>
<version>3.7.2</version>
<version>3.7.3</version>
<description>
A package that extends rclcpp with some commonly used functionality to reduce boilerplate code.
</description>
Expand Down
4 changes: 2 additions & 2 deletions swri_route_util/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package swri_route_util
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.7.3 (2024-09-18)
------------------

3.7.2 (2024-09-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion swri_route_util/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>swri_route_util</name>
<version>3.7.2</version>
<version>3.7.3</version>

<description>
This library provides functionality to simplify working with the
Expand Down
4 changes: 2 additions & 2 deletions swri_serial_util/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package swri_serial_util
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.7.3 (2024-09-18)
------------------

3.7.2 (2024-09-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion swri_serial_util/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>swri_serial_util</name>
<version>3.7.2</version>
<version>3.7.3</version>
<description>
Contains nodes and utilities for serial communication in ROS.
</description>
Expand Down
4 changes: 2 additions & 2 deletions swri_system_util/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package swri_system_util
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.7.3 (2024-09-18)
------------------

3.7.2 (2024-09-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion swri_system_util/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>swri_system_util</name>
<version>3.7.2</version>
<version>3.7.3</version>
<description>
A package with commonly used system utilities.
</description>
Expand Down
4 changes: 2 additions & 2 deletions swri_transform_util/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package swri_transform_util
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.7.3 (2024-09-18)
------------------
* Update origin params (`#752 <https://github.com/swri-robotics/marti_common/issues/752>`_)
* Update origin publisher params
---------
Expand Down
2 changes: 1 addition & 1 deletion swri_transform_util/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>swri_transform_util</name>
<version>3.7.2</version>
<version>3.7.3</version>
<description>

The swri_transform_util package contains utility functions and classes for
Expand Down

0 comments on commit be29171

Please sign in to comment.