You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
|
3 years ago
|
<launch>
|
||
|
|
<group>
|
||
|
|
<node pkg="class_model" type="main" name="leader" output="screen">
|
||
|
|
<!-- <param name="namespace" value="/drone1"/> -->
|
||
|
|
<param name="droneID" value="1"/>
|
||
|
|
<param name="use_sim_time" value="true" />
|
||
|
|
</node>
|
||
|
|
</group>
|
||
|
|
|
||
|
|
|
||
|
|
</launch>
|