Skip to content

Commit 9c232d0

Browse files
committed
config: disable heuristic gap-fill apps in hybrid mode demos
Manifest defines all apps - gap-fill apps from runtime discovery (e.g., _param_client_node orphan) are noise. Set allow_heuristic_apps to false in all 3 demo configs. Note: create_synthetic_areas workaround removed - the root-namespace area bug was fixed upstream (ros2_medkit cffce4e1).
1 parent fdb199d commit 9c232d0

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

demos/moveit_pick_place/config/medkit_params.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ diagnostics:
2525
manifest_strict_validation: true
2626
runtime:
2727
create_synthetic_components: false # Manifest defines components
28+
merge_pipeline:
29+
gap_fill:
30+
allow_heuristic_apps: false # Manifest defines all apps
2831

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

demos/sensor_diagnostics/config/medkit_params.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ diagnostics:
2323
manifest_strict_validation: true
2424
runtime:
2525
create_synthetic_components: false # Manifest defines components
26+
merge_pipeline:
27+
gap_fill:
28+
allow_heuristic_apps: false # Manifest defines all apps
2629

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

demos/turtlebot3_integration/config/medkit_params.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ diagnostics:
2424
manifest_strict_validation: true
2525
runtime:
2626
create_synthetic_components: false # Manifest defines components
27+
merge_pipeline:
28+
gap_fill:
29+
allow_heuristic_apps: false # Manifest defines all apps
2730

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

0 commit comments

Comments
 (0)