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
[JTC] Reject trajectories with nonzero terminal velocity (#567)
* Reject receiving trajectory of last velocity point is non-zero
* Update docs
* Add tests
* Change to parameterized test
* Rename parameter
* not true -> false
---------
Co-authored-by: Bence Magyar <[email protected]>
(cherry picked from commit 99b67d7)
Copy file name to clipboardExpand all lines: joint_trajectory_controller/doc/userdoc.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,11 @@ open_loop_control (boolean)
159
159
160
160
If this flag is set, the controller tries to read the values from the command interfaces on starting. If they have real numeric values, those will be used instead of state interfaces. Therefore it is important set command interfaces to NaN (std::numeric_limits<double>::quiet_NaN()) or state values when the hardware is started.
0 commit comments