Skip to content

Commit 544ee6c

Browse files
author
Felix Exner
committed
[moveit] Add config for trajectory execution and disable execution monitoring by default
With the scaled JTC execution time monitoring doesn't make much sense as long as MoveIt is not aware of the trajectory scaling.
1 parent d1290a7 commit 544ee6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ur_moveit_config/config/moveit_controllers.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# MoveIt uses this configuration for controller management
22
moveit_controller_manager: moveit_simple_controller_manager/MoveItSimpleControllerManager
33

4+
trajectory_execution:
5+
allowed_execution_duration_scaling: 1.2
6+
allowed_goal_duration_margin: 0.5
7+
allowed_start_tolerance: 0.01
8+
execution_duration_monitoring: false # Not much use when using the scaled JTC
9+
410
moveit_simple_controller_manager:
511
controller_names:
612
- scaled_joint_trajectory_controller

0 commit comments

Comments
 (0)