Skip to content

Commit 71621fd

Browse files
committed
Update changelog.
1 parent c558ddc commit 71621fd

File tree

6 files changed

+65
-0
lines changed

6 files changed

+65
-0
lines changed

rm_common/CHANGELOG.rst

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

5+
0.1.9 (2022-3-28)
6+
------------------
7+
* Add imu_filter and deprecated imu_extra_handle(Since the update frequency of the control loop is not stable, some of
8+
the camera trigger signals of imu will be lost. We put the imu filter down to the hardware resource layer, so
9+
imu_extra_handle is breaking. )
10+
* Add tof sensor interface
11+
* Contributors: Edwinlinks, Jie j, QiayuanLiao, yezi
12+
513
0.1.8 (2021-12-7)
614
------------------
715
* Merge branch 'master' into master

rm_control/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog for package rm_control
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.9 (2022-3-28)
6+
------------------
7+
* Separate rm_description out of rm_control
8+
* Revert "Update package.xml"
9+
This reverts commit a46a8b40dffc0c5fa61981d9ca862a7f1da7e559.
10+
* Update package.xml
11+
* Merge remote-tracking branch 'origin/master'
12+
* Contributors: Jie j, YuuinIH
13+
514
0.1.8 (2021-12-7)
615
------------------
716
* Merge branch 'master' into gimbal/opti_or_simplify

rm_dbus/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rm_dbus
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.9 (2022-3-28)
6+
------------------
7+
* Merge remote-tracking branch 'origin/master'
8+
* Contributors: Jie j
9+
510
0.1.8 (2021-12-7)
611
------------------
712
* Merge branch 'master' into master

rm_gazebo/CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog for package rm_gazebo
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.9 (2022-3-28)
6+
------------------
7+
* Revert "Update package.xml"
8+
This reverts commit 835659c320b5e1219ea9c61d04b4017a0c9a850a.
9+
* Update package.xml
10+
* Merge remote-tracking branch 'origin/master'
11+
* Merge branch 'master' of github.com:ye-luo-xi-tui/rm_control
12+
* Merge pull request `#24 <https://github.com/ye-luo-xi-tui/rm_control/issues/24>`_ from ye-luo-xi-tui/gazebo
13+
Load imu params into gazebo
14+
* Load imu params into gazebo.
15+
* Contributors: Jie j, QiayuanLiao, YuuinIH, yezi
16+
517
0.1.8 (2021-12-7)
618
------------------
719
* Fix imu inertia and add imu to balance

rm_hw/CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
Changelog for package rm_hw
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.9 (2022-3-28)
6+
------------------
7+
* Deprecated imu_extra_handle and add imu_filter into hardware resource layer.(Since the update frequency of the control
8+
loop is not stable, some of the camera trigger signals of imu will be lost. We put the imu filter down to the hardware
9+
resource layer, so imu_extra_handle is breaking. )
10+
* Merge pull request `#32 <https://github.com/ye-luo-xi-tui/rm_control/issues/32>`_ from Edwinlinks/tof_sensor_interface
11+
Delete contents in brackets
12+
* Delete contents in brackets
13+
* Merge pull request `#29 <https://github.com/ye-luo-xi-tui/rm_control/issues/29>`_ from Edwinlinks/tof_sensor_interface
14+
Completed tof_sensor_interface
15+
* Modified the reference order of header files and packet parsing of tof sensor, data type of dis_status
16+
* Add tof sensor interface in rm_common, add parsing can frame in can_bus.cpp, and add TofSensor.msg in rm_msgs.
17+
* Merge remote-tracking branch 'origin/master'
18+
* Merge pull request `#26 <https://github.com/ye-luo-xi-tui/rm_control/issues/26>`_ from ye-luo-xi-tui/master
19+
Fix a bug in parse imu
20+
* Fix a stupid bug.
21+
* Contributors: Edwinlinks, Jie j, QiayuanLiao, yezi
22+
523
0.1.8 (2021-12-7)
624
------------------
725
* Fix End of files.

rm_msgs/CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
Changelog for package rm_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.9 (2022-3-28)
6+
------------------
7+
* Update rm_msgs cmake minimum required. (`#36 <https://github.com/ye-luo-xi-tui/rm_control/issues/36>`_)
8+
* Merge pull request `#27 <https://github.com/ye-luo-xi-tui/rm_control/issues/27>`_ from Zhouzhenjie/master
9+
Add the service for the conversation between a camera and a imu.
10+
* Merge pull request `#29 <https://github.com/ye-luo-xi-tui/rm_control/issues/29>`_ from Edwinlinks/tof_sensor_interface
11+
Completed tof_sensor_interface
12+
* Modified the reference order of header files and packet parsing of tof sensor, data type of dis_status
13+
* Add tof sensor interface in rm_common, add parsing can frame in can_bus.cpp, and add TofSensor.msg in rm_msgs.
14+
* Merge remote-tracking branch 'origin/master'
15+
* Add the service for the conversation between a camera and a imu.
16+
* Contributors: Edwinlinks, Jie j, QiayuanLiao, YuuinIH
17+
518
0.1.8 (2021-12-7)
619
------------------
720
* Merge branch 'master' into gimbal/opti_or_simplify

0 commit comments

Comments
 (0)