Skip to content

Commit 1baca12

Browse files
authored
Add servo node config to disable advertising /get_planning_scene (#990)
1 parent e7740b7 commit 1baca12

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ur_moveit_config/config/ur_servo.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ publish_joint_accelerations: false
3232
## Plugins for smoothing outgoing commands
3333
smoothing_filter_plugin_name: "online_signal_smoothing::ButterworthFilterPlugin"
3434

35+
# If is_primary_planning_scene_monitor is set to true, the Servo server's PlanningScene advertises the /get_planning_scene service,
36+
# which other nodes can use as a source for information about the planning environment.
37+
# NOTE: If a different node in your system is responsible for the "primary" planning scene instance (e.g. the MoveGroup node),
38+
# then is_primary_planning_scene_monitor needs to be set to false.
39+
is_primary_planning_scene_monitor: false
40+
3541
## Incoming Joint State properties
3642
low_pass_filter_coeff: 10.0 # Larger --> trust the filtered data more, trust the measurements less.
3743

0 commit comments

Comments
 (0)