Skip to content

Commit

Permalink
fix parameter name
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Gesel <[email protected]>
  • Loading branch information
pac48 committed Jan 24, 2024
1 parent 20ca795 commit 232cfa4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ publish_joint_accelerations: false
## Plugins for smoothing outgoing commands
use_smoothing: true
smoothing_filter_plugin_name: "online_signal_smoothing::AccelerationLimitedPlugin"
acceleration_filter_update_rate: 0.01 # [seconds] Must match the publish_period parameter
acceleration_filter_update_period: 0.01 # [seconds] Must match the publish_period parameter

## MoveIt properties
move_group_name: manipulator # Often 'manipulator' or 'arm', this is configurable on the fly.
acceleration_filter_move_group_name: manipulator # Often 'manipulator' or 'arm'
acceleration_filter_planning_group_name: manipulator # Often 'manipulator' or 'arm'
is_primary_planning_scene_monitor: false # The MoveGroup node maintains the planning scene, so Servo needs to get its world info from there.

## Stopping behaviour
Expand Down

0 comments on commit 232cfa4

Please sign in to comment.