Skip to content

Commit

Permalink
2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mintar committed Apr 26, 2024
1 parent dea62f5 commit 8cf9ce3
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions imu_complementary_filter/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package imu_complementary_filter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Expand Down
2 changes: 1 addition & 1 deletion imu_complementary_filter/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>imu_complementary_filter</name>
<version>2.1.3</version>
<version>2.1.4</version>
<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>

<maintainer email="martin.guenther@dfki.de">Martin Günther</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions imu_filter_madgwick/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package imu_filter_madgwick
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.1.4 (2024-04-26)
------------------
* Show remapped topic names (`#196 <https://github.com/CCNYRoboticsLab/imu_tools/issues/196>`_)
* Set read-only parameters as read_only (`#185 <https://github.com/CCNYRoboticsLab/imu_tools/issues/185>`_)
* Contributors: Christoph Fröhlich, Tamaki Nishino
Expand Down
2 changes: 1 addition & 1 deletion imu_filter_madgwick/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>imu_filter_madgwick</name>
<version>2.1.3</version>
<version>2.1.4</version>
<description>
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.
</description>
Expand Down
4 changes: 2 additions & 2 deletions imu_tools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package imu_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.1.4 (2024-04-26)
------------------

2.1.3 (2022-12-07)
------------------
Expand Down
2 changes: 1 addition & 1 deletion imu_tools/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="3">
<name> imu_tools </name>
<version>2.1.3</version>
<version>2.1.4</version>
<description>
Various tools for IMU devices
</description>
Expand Down
4 changes: 2 additions & 2 deletions rviz_imu_plugin/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rviz_imu_plugin
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.1.4 (2024-04-26)
------------------

2.1.3 (2022-12-07)
------------------
Expand Down
2 changes: 1 addition & 1 deletion rviz_imu_plugin/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>rviz_imu_plugin</name>
<version>2.1.3</version>
<version>2.1.4</version>
<description>
RVIZ plugin for IMU visualization
</description>
Expand Down

0 comments on commit 8cf9ce3

Please sign in to comment.