Skip to content

Commit 8cf9ce3

Browse files
committed
2.1.4
1 parent dea62f5 commit 8cf9ce3

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

imu_complementary_filter/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package imu_complementary_filter
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.1.4 (2024-04-26)
6+
------------------
77
* Set read-only parameters as read_only (`#185 <https://github.com/CCNYRoboticsLab/imu_tools/issues/185>`_)
88
* Contributors: Christoph Fröhlich
99

imu_complementary_filter/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>imu_complementary_filter</name>
4-
<version>2.1.3</version>
4+
<version>2.1.4</version>
55
<description>Filter which fuses angular velocities, accelerations, and (optionally) magnetic readings from a generic IMU device into a quaternion to represent the orientation of the device wrt the global frame. Based on the algorithm by Roberto G. Valenti etal. described in the paper "Keeping a Good Attitude: A Quaternion-Based Orientation Filter for IMUs and MARGs" available at http://www.mdpi.com/1424-8220/15/8/19302 .</description>
66

77
<maintainer email="[email protected]">Martin Günther</maintainer>

imu_filter_madgwick/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package imu_filter_madgwick
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.1.4 (2024-04-26)
6+
------------------
77
* Show remapped topic names (`#196 <https://github.com/CCNYRoboticsLab/imu_tools/issues/196>`_)
88
* Set read-only parameters as read_only (`#185 <https://github.com/CCNYRoboticsLab/imu_tools/issues/185>`_)
99
* Contributors: Christoph Fröhlich, Tamaki Nishino

imu_filter_madgwick/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>imu_filter_madgwick</name>
5-
<version>2.1.3</version>
5+
<version>2.1.4</version>
66
<description>
77
Filter which fuses angular velocities, accelerations, and (optionally) magnetic readings from a generic IMU device into an orientation. Based on code by Sebastian Madgwick, http://www.x-io.co.uk/node/8#open_source_ahrs_and_imu_algorithms.
88
</description>

imu_tools/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package imu_tools
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.1.4 (2024-04-26)
6+
------------------
77

88
2.1.3 (2022-12-07)
99
------------------

imu_tools/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="3">
22
<name> imu_tools </name>
3-
<version>2.1.3</version>
3+
<version>2.1.4</version>
44
<description>
55
Various tools for IMU devices
66
</description>

rviz_imu_plugin/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package rviz_imu_plugin
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.1.4 (2024-04-26)
6+
------------------
77

88
2.1.3 (2022-12-07)
99
------------------

rviz_imu_plugin/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rviz_imu_plugin</name>
5-
<version>2.1.3</version>
5+
<version>2.1.4</version>
66
<description>
77
RVIZ plugin for IMU visualization
88
</description>

0 commit comments

Comments
 (0)