Skip to content

Commit

Permalink
Explicitly set is_primary_planning_scene_monitor in Servo example config
Browse files Browse the repository at this point in the history
  • Loading branch information
schornakj authored Feb 4, 2022
1 parent 1c5cd5c commit 4dc527b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions moveit_ros/moveit_servo/config/panda_simulated_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ publish_joint_accelerations: false
## Plugins for smoothing outgoing commands
smoothing_filter_plugin_name: "online_signal_smoothing::ButterworthFilterPlugin"

# If is_primary_planning_scene_monitor is set to true, the Servo server's PlanningScene advertises the /get_planning_scene service,
# which other nodes can use as a source for information about the planning environment.
# NOTE: If a different node in your system is responsible for the "primary" planning scene instance (e.g. the MoveGroup node),
# then is_primary_planning_scene_monitor needs to be set to false.
is_primary_planning_scene_monitor: true

## MoveIt properties
move_group_name: panda_arm # Often 'manipulator' or 'arm'
planning_frame: panda_link0 # The MoveIt planning frame. Often 'base_link' or 'world'
Expand Down

0 comments on commit 4dc527b

Please sign in to comment.