Skip to content

Commit c5bf35e

Browse files
committed
config: disable all heuristic gap-fill in hybrid mode demos
Manifests define complete entity structure - all heuristic entities from runtime discovery are noise. Disable across all 3 demos: - create_synthetic_components: false (pre-existing) - create_synthetic_areas: false (needed for turtlebot3 Gazebo nodes) - allow_heuristic_areas: false - allow_heuristic_components: false (needed for turtlebot3 ros_gz_sim) - allow_heuristic_apps: false (needed for _param_client_node orphan)
1 parent fdb199d commit c5bf35e

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

demos/moveit_pick_place/config/medkit_params.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ diagnostics:
2525
manifest_strict_validation: true
2626
runtime:
2727
create_synthetic_components: false # Manifest defines components
28+
create_synthetic_areas: false # Manifest defines areas
29+
merge_pipeline:
30+
gap_fill:
31+
allow_heuristic_areas: false # Manifest defines all areas
32+
allow_heuristic_components: false # Manifest defines all components
33+
allow_heuristic_apps: false # Manifest defines all apps
2834

2935
# Plugin configuration (set by launch file when .so paths are resolved)
3036
plugins: [""]

demos/sensor_diagnostics/config/medkit_params.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ diagnostics:
2323
manifest_strict_validation: true
2424
runtime:
2525
create_synthetic_components: false # Manifest defines components
26+
create_synthetic_areas: false # Manifest defines areas
27+
merge_pipeline:
28+
gap_fill:
29+
allow_heuristic_areas: false # Manifest defines all areas
30+
allow_heuristic_components: false # Manifest defines all components
31+
allow_heuristic_apps: false # Manifest defines all apps
2632

2733
# Plugin configuration (set by launch file when .so paths are resolved)
2834
plugins: [""]

demos/turtlebot3_integration/config/medkit_params.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ diagnostics:
2424
manifest_strict_validation: true
2525
runtime:
2626
create_synthetic_components: false # Manifest defines components
27+
create_synthetic_areas: false # Manifest defines areas
28+
merge_pipeline:
29+
gap_fill:
30+
allow_heuristic_areas: false # Manifest defines all areas
31+
allow_heuristic_components: false # Manifest defines all components
32+
allow_heuristic_apps: false # Manifest defines all apps
2733

2834
# Plugin configuration (set by launch file when .so paths are resolved)
2935
plugins: [""]

0 commit comments

Comments
 (0)