Skip to content

Commit

Permalink
[moveit] Add config for trajectory execution and disable execution mo…
Browse files Browse the repository at this point in the history
…nitoring by default (#1132)

With the scaled JTC execution time monitoring doesn't make much sense as
long as MoveIt is not aware of the trajectory scaling.
  • Loading branch information
fmauch authored Oct 9, 2024
1 parent 8f2dfa9 commit 2d026bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ur_moveit_config/config/moveit_controllers.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# MoveIt uses this configuration for controller management
moveit_controller_manager: moveit_simple_controller_manager/MoveItSimpleControllerManager

trajectory_execution:
allowed_execution_duration_scaling: 1.2
allowed_goal_duration_margin: 0.5
allowed_start_tolerance: 0.01
execution_duration_monitoring: false # Not much use when using the scaled JTC

moveit_simple_controller_manager:
controller_names:
- scaled_joint_trajectory_controller
Expand Down

0 comments on commit 2d026bc

Please sign in to comment.