Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ur_moveit_config/launch/ur_moveit.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ def launch_setup(context, *args, **kwargs):
"trajectory_execution.allowed_execution_duration_scaling": 1.2,
"trajectory_execution.allowed_goal_duration_margin": 0.5,
"trajectory_execution.allowed_start_tolerance": 0.01,
# Execution time monitoring doesn't make sense with the scaled JTC
"trajectory_execution.execution_duration_monitoring": False,
}

planning_scene_monitor_parameters = {
Expand Down
Loading