You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release_notes.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,10 @@ joint_trajectory_controller
45
45
allowed to move without restriction.
46
46
47
47
* Add the boolean parameter ``set_last_command_interface_value_as_state_on_activation``. When set to ``true``, the last command interface value is used as both the current state and the last commanded state upon activation. When set to ``false``, the current state is used for both (`#1231 <https://github.com/ros-controls/ros2_controllers/pull/1231>`_).
48
+
* Fill in 0 velocities and accelerations into point before trajectories if the state interfaces
49
+
don't contain velocity / acceleration information, but the trajectory does. This way, the segment
50
+
up to the first waypoint will use the same interpolation as the rest of the trajectory. (`#2043
0 commit comments