Skip to content

Commit 8299437

Browse files
authored
Update msgs/msg/TrajectoryExecutionInfo.msg
1 parent ddc1315 commit 8299437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgs/msg/TrajectoryExecutionInfo.msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# List of controllers to use when executing the trajectory
22
string[] controller_names
3-
# MoveIt's Trajectory Execution Manager has the ability to monitor a trajectory for collisions while it's being executed. This is useful in dynamic environments where obstacles may change between the time the plan was computed and its execution, or even during execution. If this flag is set to true, MoveIt's online collision monitor will be enabled, which can stop the trajectory at any point during execution if a collision is predicted.
3+
# MoveIt's PlanExecution capability that is used to execute MTC solutions has the ability to monitor a trajectory for collisions while it's being executed. This is useful in dynamic environments where obstacles may change between the time the plan was computed and its execution, or even during execution. If this flag is set to true, MoveIt's online collision monitor will be enabled, which can stop the trajectory at any point during execution if a collision is predicted.
44
bool trajectory_monitoring
55

0 commit comments

Comments
 (0)