We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caa2eb3 + 8e0f47a commit 8d3149aCopy full SHA for 8d3149a
rb_ws/src/buggy/launch/sc-system.xml
@@ -12,6 +12,11 @@
12
<node name="stateconverter" pkg = "buggy" exec = "buggy_state_converter.py" output="screen" namespace="SC"/>
13
<node pkg="buggy" exec="detector_node.py" name="detector" output="screen" namespace="SC"/>
14
15
+
16
+ <include file="$(find-pkg-share velodyne)/launch/velodyne-all-nodes-VLP16-launch.py">
17
+ <arg name="frame_id" value="velodyne"/>
18
+ <arg name="port" value="2368"/>
19
+ </include>
20
21
<node name="telematics" pkg="buggy" exec="telematics.py" namespace="SC" output="screen"/>
22
<node name="watchdog" pkg="buggy" exec="watchdog_node.py" namespace="SC" output="screen"/>
0 commit comments