Skip to content

Commit 9843036

Browse files
committed
1.0.12
By mistake, 1.0.11 already exists on jade branch, so we have to skip that version here.
1 parent 4df15a3 commit 9843036

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.0.12 (2016-09-07)
6+
-------------------
77

88
1.0.10 (2016-04-22)
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.0.10</version>
4+
<version>1.0.12</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="robertogl.valenti@gmail.com">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.0.12 (2016-09-07)
6+
-------------------
77
* Add parameter "world_frame": optionally use ENU or NED instead of NWU
88
convention (from `#60 <https://github.com/ccny-ros-pkg/imu_tools/issues/60>`_;
99
closes `#36 <https://github.com/ccny-ros-pkg/imu_tools/issues/36>`_)

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.0.10</version>
3+
<version>1.0.12</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.0.12 (2016-09-07)
6+
-------------------
77

88
1.0.10 (2016-04-22)
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.0.10</version>
3+
<version>1.0.12</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.0.12 (2016-09-07)
6+
-------------------
77

88
1.0.10 (2016-04-22)
99
-------------------

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.0.10</version>
3+
<version>1.0.12</version>
44
<description>
55
RVIZ plugin for IMU visualization
66
</description>

0 commit comments

Comments
 (0)