Skip to content

Commit de77824

Browse files
author
Felix Exner (fexner)
authored
[moveit] Disable execution_duration_monitoring by default (#1134)
1 parent 248a71d commit de77824

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ur_moveit_config/launch/ur_moveit.launch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ def launch_setup(context, *args, **kwargs):
182182
"trajectory_execution.allowed_execution_duration_scaling": 1.2,
183183
"trajectory_execution.allowed_goal_duration_margin": 0.5,
184184
"trajectory_execution.allowed_start_tolerance": 0.01,
185+
# Execution time monitoring doesn't make sense with the scaled JTC
186+
"trajectory_execution.execution_duration_monitoring": False,
185187
}
186188

187189
planning_scene_monitor_parameters = {

0 commit comments

Comments
 (0)