Skip to content

Commit 06a159e

Browse files
committed
Add release notes about speed scaling
1 parent 35a0cc5 commit 06a159e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/release_notes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ force_torque_sensor_broadcaster
1111
joint_trajectory_controller
1212
*******************************
1313
* The controller now supports the new anti-windup strategy of the PID class, which allows for more flexible control of the anti-windup behavior. (`#1759 <https://github.com/ros-controls/ros2_controllers/pull/1759>`__).
14+
* Scaling support was added in `#1191
15+
<https://github.com/ros-controls/ros2_controllers/pull/1191>`__. With this the controller
16+
"stretches the time" with which it progresses in the trajectory. Scaling can either be set
17+
manually or it can be synchronized with the hardware. See :ref:`jtc_speed_scaling` for details.
1418

1519
pid_controller
1620
*******************************

joint_trajectory_controller/doc/speed_scaling.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _jtc_speed_scaling:
2+
13
Speed scaling
24
=============
35

0 commit comments

Comments
 (0)