Skip to content

Commit 8da5173

Browse files
christophfroehlichbmagyar
authored andcommitted
[JTC] Add note on goal_time=0 in docs (backport #773)
1 parent dc859d4 commit 8da5173

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

joint_trajectory_controller/doc/parameters.rst

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ constraints.stopped_velocity_tolerance (double)
8383

8484
constraints.goal_time (double)
8585
Maximally allowed tolerance for not reaching the end of the trajectory in a predefined time.
86+
If set to zero, the controller will wait a potentially infinite amount of time.
8687

8788
Default: 0.0 (not checked)
8889

joint_trajectory_controller/src/joint_trajectory_controller_parameters.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ joint_trajectory_controller:
138138
goal_time: {
139139
type: double,
140140
default_value: 0.0,
141-
description: "Time tolerance for achieving trajectory goal before or after commanded time.",
141+
description: "Time tolerance for achieving trajectory goal before or after commanded time.
142+
If set to zero, the controller will wait a potentially infinite amount of time.",
142143
validation: {
143144
gt_eq: [0.0],
144145
}

0 commit comments

Comments
 (0)