Skip to content

Commit 5ffa964

Browse files
committed
2.1.3
1 parent 064d091 commit 5ffa964

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.3 (2022-12-07)
6+
------------------
77
* complementary: Build shared library
88
See `#172 <https://github.com/CCNYRoboticsLab/imu_tools/issues/172>`_.
99
* Update CMakeLists to use targets

‎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.2</version>
4+
<version>2.1.3</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="martin.guenther@dfki.de">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.3 (2022-12-07)
6+
------------------
77
* Update CMakeLists to use targets
88
* Remove node\_ prefix. (`#163 <https://github.com/CCNYRoboticsLab/imu_tools/issues/163>`_)
99
* Contributors: Martin Günther, Max Polzin

‎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.2</version>
5+
<version>2.1.3</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.3 (2022-12-07)
6+
------------------
77

88
2.1.2 (2022-07-14)
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.2</version>
3+
<version>2.1.3</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.3 (2022-12-07)
6+
------------------
77

88
2.1.2 (2022-07-14)
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.2</version>
5+
<version>2.1.3</version>
66
<description>
77
RVIZ plugin for IMU visualization
88
</description>

0 commit comments

Comments
 (0)