Skip to content

Commit 2d808d9

Browse files
committed
Update changelogs
1 parent 0cd5d7a commit 2d808d9

File tree

14 files changed

+120
-0
lines changed

14 files changed

+120
-0
lines changed

ackermann_steering_controller/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Bump CMake version to prevent CMP0048
8+
* Add missing header guards
9+
* Replace header guard with #pragma once
10+
* Prefix every xacro tag with 'xacro:'
11+
* Modernize xacro
12+
- Remove '--inorder'
13+
- Use 'xacro' over 'xacro.py'
14+
* swap implementations of read and write methods
15+
Follows the intended use of hardware_interface::RobotHW,
16+
see its documentation for details
17+
* Contributors: Franz, Matt Reynolds
18+
519
0.15.1 (2020-03-09)
620
-------------------
721
* Fix test for ackermann_steering_controller

diff_drive_controller/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Fix warning dynamic_reconfigure
8+
* Bump CMake version to prevent CMP0048
9+
* Add missing header guards
10+
* Replace header guard with #pragma once
11+
* Prefix every xacro tag with 'xacro:'
12+
* Modernize xacro
13+
- Remove '--inorder'
14+
- Use 'xacro' over 'xacro.py'
15+
* switch implementation of read and write methods of Diffbot class
16+
* Refactor nan test
17+
EXPECT_NE(x, bool) -> EXPECT_TRUE/FALSE(x)
18+
EXPECT_EQ(x, double) -> EXPECT_DOUBLE_EQ(x, double)
19+
+ clang default reformat
20+
* Check for nan cmd_vel
21+
* Contributors: Anas Abou Allaban, Bence Magyar, Franz, Matt Reynolds, Raffaello Bonghi
22+
523
0.15.1 (2020-03-09)
624
-------------------
725
* Use nullptr

effort_controllers/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Added test for position controller
8+
* Solving issues with large rotational limits
9+
* Bump CMake version to prevent CMP0048
10+
* Replace header guard with #pragma once
11+
* fix minor typo in documentation of setGains method
12+
Changes Get to Set of setGains method documentation
13+
* Contributors: Bence Magyar, F Pucher, Franco Fusco, Matt Reynolds
14+
515
0.15.1 (2020-03-09)
616
-------------------
717
* add missing pluginlib deps.

force_torque_sensor_controller/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Bump CMake version to prevent CMP0048
8+
* Replace header guard with #pragma once
9+
* Contributors: Matt Reynolds
10+
511
0.15.1 (2020-03-09)
612
-------------------
713

forward_command_controller/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Bump CMake version to prevent CMP0048
8+
* Replace header guard with #pragma once
9+
* Contributors: Matt Reynolds
10+
511
0.15.1 (2020-03-09)
612
-------------------
713

four_wheel_steering_controller/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Bump CMake version to prevent CMP0048
8+
* Add missing header guards
9+
* Replace header guard with #pragma once
10+
* Modernize xacro
11+
- Remove '--inorder'
12+
- Use 'xacro' over 'xacro.py'
13+
* swap implementations of read and write methods
14+
Follows the intended use of hardware_interface::RobotHW,
15+
see its documentation for details
16+
* Contributors: Franz, Matt Reynolds
17+
518
0.15.1 (2020-03-09)
619
-------------------
720
* add missing pluginlib deps

gripper_action_controller/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Bump CMake version to prevent CMP0048
8+
* Replace header guard with #pragma once
9+
* Contributors: Matt Reynolds
10+
511
0.15.1 (2020-03-09)
612
-------------------
713
* Use nullptr

imu_sensor_controller/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Bump CMake version to prevent CMP0048
8+
* Replace header guard with #pragma once
9+
* Contributors: Matt Reynolds
10+
511
0.15.1 (2020-03-09)
612
-------------------
713

joint_state_controller/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Bump CMake version to prevent CMP0048
8+
* Replace header guard with #pragma once
9+
* Contributors: Matt Reynolds
10+
511
0.15.1 (2020-03-09)
612
-------------------
713
* Fix tipo joint_state_plugin.xml (`#435 <https://github.com/ros-controls/ros_controllers/issues/435>`_)

joint_trajectory_controller/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Bump CMake version to prevent CMP0048
8+
* Add #pragma once to new joint_trajectory_controller test
9+
* Replace header guard with #pragma once
10+
* Modernize xacro
11+
- Remove '--inorder'
12+
- Use 'xacro' over 'xacro.py'
13+
* Add code_coverage target to CMakeLists.txt
14+
* Contributors: Bence Magyar, Immanuel Martini, Matt Reynolds
15+
516
0.15.1 (2020-03-09)
617
-------------------
718
* Fix instabilities in JTC unittests

0 commit comments

Comments
 (0)