Skip to content

Commit a496412

Browse files
📝 Add disclaimer on missing trajectory replacement implementation (#1978)
1 parent 2cd0d47 commit a496412

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

joint_trajectory_controller/doc/trajectory.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ Trajectory Replacement
115115

116116
Joint trajectory messages allow to specify the time at which a new trajectory should start executing by means of the header timestamp, where zero time (the default) means "start now".
117117

118+
.. warning::
119+
120+
As of now, this functionality is not ported to ROS 2, see `this issue <https://github.com/ros-controls/ros2_controllers/issues/84>`__ for more information.
121+
The current implementation just forgets the old trajectory.
122+
118123
The arrival of a new trajectory command does not necessarily mean that the controller will completely discard the currently running trajectory and substitute it with the new one.
119124
Rather, the controller will take the useful parts of both and combine them appropriately, yielding a smarter trajectory replacement strategy.
120125

0 commit comments

Comments
 (0)