Skip to content

Commit 3705017

Browse files
kamal2730christophfroehlich
authored andcommitted
Add release notes
1 parent 9c17ef0 commit 3705017

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ joint_trajectory_controller
4545
* Added decelerate-to-stop functionality when a trajectory is canceled or preempted. Instead of immediately holding position, the controller can now smoothly decelerate each joint to a stop using the per-joint ``max_deceleration_on_cancel`` parameter. (`#2163 <https://github.com/ros-controls/ros2_controllers/pull/2163>`_)
4646
* When using ``set_last_command_interface_value_as_state_on_activation``, it is no longer required to have state and command for the same interface type (e.g. velocity). With this param set, the JTC state and command will be initialized using a command interface value, if available, and will otherwise fallback to the value read from the state interface. This allows you to have position command and position+velocity state, for example, which previously would have been disallowed (with this param set). (`#2294
4747
<https://github.com/ros-controls/ros2_controllers/pull/2294>`_)
48+
* Added ``action_execution_timeout`` parameter that aborts the goal when total execution time from trajectory start exceeds the configured limit. (`#2360 <https://github.com/ros-controls/ros2_controllers/pull/2360>`_)
4849

4950
omni_wheel_drive_controller
5051
*********************************

0 commit comments

Comments
 (0)