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.
14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
|
3 years ago
|
<launch>
|
||
|
|
<group>
|
||
|
|
<node pkg="class_model" type="mqttPubMain4.py" name="drone4mqttPub" output="screen">
|
||
|
|
</node>
|
||
|
|
</group>
|
||
|
|
|
||
|
|
<group>
|
||
|
|
|
||
|
|
<node pkg="class_model" type="mqttSubMain4.py" name="drone4mqttSub" output="screen">
|
||
|
|
</node>
|
||
|
|
</group>
|
||
|
|
|
||
|
|
</launch>
|