Skip to content

Commit 5e298b4

Browse files
committed
1.2.7
1 parent 424b0c0 commit 5e298b4

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+
1.2.7 (2025-04-29)
6+
------------------
77

88
1.2.6 (2024-01-12)
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>
33
<name>imu_complementary_filter</name>
4-
<version>1.2.6</version>
4+
<version>1.2.7</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]">Roberto G. Valenti</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+
1.2.7 (2025-04-29)
6+
------------------
77

88
1.2.6 (2024-01-12)
99
------------------

imu_filter_madgwick/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>imu_filter_madgwick</name>
3-
<version>1.2.6</version>
3+
<version>1.2.7</version>
44
<description>
55
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.
66
</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+
1.2.7 (2025-04-29)
6+
------------------
77

88
1.2.6 (2024-01-12)
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>
22
<name> imu_tools </name>
3-
<version>1.2.6</version>
3+
<version>1.2.7</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+
1.2.7 (2025-04-29)
6+
------------------
77
* Fix Qt5 version requirement (`#213 <https://github.com/CCNYRoboticsLab/imu_tools/issues/213>`_)
88
- Use rviz_QT_VERSION
99
- Drop OpenGL dependency

rviz_imu_plugin/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>rviz_imu_plugin</name>
3-
<version>1.2.6</version>
3+
<version>1.2.7</version>
44
<description>
55
RVIZ plugin for IMU visualization
66
</description>

0 commit comments

Comments
 (0)