Skip to content

Commit

Permalink
Fix name of execution_duration_monitoring parameter (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch authored Oct 8, 2024
1 parent 005eecb commit 71be42c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fanuc_moveit_config/config/moveit_controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ trajectory_execution:
allowed_execution_duration_scaling: 1.2
allowed_goal_duration_margin: 0.5
allowed_start_tolerance: 0.01
trajectory_duration_monitoring: true
execution_duration_monitoring: true

moveit_controller_manager: moveit_simple_controller_manager/MoveItSimpleControllerManager

Expand Down
2 changes: 1 addition & 1 deletion panda_moveit_config/config/moveit_controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ trajectory_execution:
allowed_execution_duration_scaling: 1.2
allowed_goal_duration_margin: 0.5
allowed_start_tolerance: 0.01
trajectory_duration_monitoring: true
execution_duration_monitoring: true

moveit_controller_manager: moveit_simple_controller_manager/MoveItSimpleControllerManager

Expand Down

0 comments on commit 71be42c

Please sign in to comment.