Skip to content

Commit 83c81e2

Browse files
committed
Update the release_notes
1 parent 11db3c3 commit 83c81e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/release_notes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ controller_manager
9393
* A new parameter ``enforce_command_limits`` is introduced to be able to enable and disable the enforcement of the command limits (`#1989 <https://github.com/ros-controls/ros2_control/pull/1989>`_).
9494
* A latched topic ``~/activity`` has been added to the controller_manager to publish the activity of the controller_manager, where the change in states of the controllers and the hardware components are published. (`#2006 <https://github.com/ros-controls/ros2_control/pull/2006>`_).
9595
* The controller manager will use a monotonic clock for triggering read-update-write cycles, but when the ``use_sim_time`` parameter is set to true, it will use the ROS Clock for triggering. When monotonic clock is being used, all the hardware components will receive the monotonic time in their read and write method, instead the controllers will always receive the ROS time in their update method irrespective of the clock being used. (`#2046 <https://github.com/ros-controls/ros2_control/pull/2046>`_).
96+
* The default strictness of the ``swtich_controllers`` can now we be chosen using ROS 2 parameters. The default behaviour is still left to ``BEST_EFFORT`` (`#2168 <https://github.com/ros-controls/ros2_control/pull/2168>`_).
9697

9798
hardware_interface
9899
******************

0 commit comments

Comments
 (0)