File: aggregator.launch

package info (click to toggle)
ros-diagnostics 1.10.1%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,316 kB
  • sloc: cpp: 2,995; python: 2,456; xml: 225; sh: 20; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
<launch>
  <!-- Use this to debug aggregator node in GDB -->
  <!-- launch-prefix="xterm -e gdb -args"  -->
  <node 
        pkg="diagnostic_aggregator" type="aggregator_node"
        name="diag_agg" args="CPP" output="screen" >
    <rosparam command="load" 
              file="$(find diagnostic_aggregator)/demo/pr2_analyzers.yaml" />

  </node>
</launch>