File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,12 @@ publish_joint_accelerations: false
3232# # Plugins for smoothing outgoing commands
3333smoothing_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
3642low_pass_filter_coeff : 10.0 # Larger --> trust the filtered data more, trust the measurements less.
3743
You can’t perform that action at this time.
0 commit comments