Skip to content

Commit

Permalink
ros2-3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiefish committed Jan 26, 2024
1 parent 8a59f25 commit 8cd880c
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions microstrain_inertial_driver/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package microstrain_inertial_driver
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.2.1 (2024-01-26)
------------------
* Fixes math to properly put the velocity into the sensor frame when using ENU (`#292 <https://github.com/LORD-MicroStrain/microstrain_inertial/issues/292>`_)
* Contributors: Rob

Expand Down
2 changes: 1 addition & 1 deletion microstrain_inertial_driver/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>microstrain_inertial_driver</name>
<version>3.2.0</version>
<version>3.2.1</version>
<description>The ros_mscl package provides a driver for the LORD/Microstrain inertial products.</description>
<author>Brian Bingham</author>
<author>Parker Hannifin Corp</author>
Expand Down
4 changes: 2 additions & 2 deletions microstrain_inertial_examples/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package microstrain_inertial_examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.2.1 (2024-01-26)
------------------

3.2.0 (2023-12-21)
------------------
Expand Down
2 changes: 1 addition & 1 deletion microstrain_inertial_examples/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>microstrain_inertial_examples</name>
<version>3.2.0</version>
<version>3.2.1</version>
<description>Example listener for Parker LORD Sensing inertial device driver ros_mscl (C++).</description>
<maintainer email="rob.fisher@parker.com">Rob Fisher</maintainer>
<maintainer email="melissa.gill@parker.com">Melissa Gill</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions microstrain_inertial_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package microstrain_inertial_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.2.1 (2024-01-26)
------------------

3.2.0 (2023-12-21)
------------------
Expand Down
2 changes: 1 addition & 1 deletion microstrain_inertial_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>microstrain_inertial_msgs</name>
<version>3.2.0</version>
<version>3.2.1</version>
<description>A package that contains ROS message corresponding to microstrain message types.</description>

<author>Dr. Kristopher Krasnosky</author>
Expand Down
4 changes: 2 additions & 2 deletions microstrain_inertial_rqt/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package microstrain_inertial_rqt
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.2.1 (2024-01-26)
------------------

3.2.0 (2023-12-21)
------------------
Expand Down
2 changes: 1 addition & 1 deletion microstrain_inertial_rqt/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>microstrain_inertial_rqt</name>
<version>3.2.0</version>
<version>3.2.1</version>
<description>The microstrain_inertial_rqt package provides several RQT widgets to view the status of Microstrain devices</description>
<maintainer email="rob.fisher@parker.com">Rob Fisher</maintainer>
<maintainer email="melissa.gill@parker.com">Melissa Gill</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion microstrain_inertial_rqt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name=package_name,
version='3.2.0',
version='3.2.1',
package_dir={'': common_src_dir},
packages=find_packages(common_src_dir),
data_files=[
Expand Down

0 comments on commit 8cd880c

Please sign in to comment.