Skip to content

Commit 61d5195

Browse files
author
Felix Exner
committed
[moveit] Disable execution_duration_monitoring by default
1 parent aca2a0e commit 61d5195

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
@@ -188,6 +188,8 @@ def launch_setup(context, *args, **kwargs):
188188
"trajectory_execution.allowed_execution_duration_scaling": 1.2,
189189
"trajectory_execution.allowed_goal_duration_margin": 0.5,
190190
"trajectory_execution.allowed_start_tolerance": 0.01,
191+
# Execution time monitoring doesn't make sense with the scaled JTC
192+
"trajectory_execution.execution_duration_monitoring": False,
191193
}
192194

193195
planning_scene_monitor_parameters = {

0 commit comments

Comments
 (0)