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.
19 lines
391 B
XML
19 lines
391 B
XML
<launch>
|
|
<group>
|
|
<node pkg="class_model" type="local_mqtt_pub_data_to_ros.py" name="mqttPubMain" output="screen">
|
|
</node>
|
|
</group>
|
|
|
|
<group>
|
|
|
|
<node pkg="class_model" type="local_mqtt_sub_data_from_ros.py" name="mqttSubMain" output="screen">
|
|
</node>
|
|
</group>
|
|
<group>
|
|
|
|
<node pkg="class_model" type="command.py" name="command" output="screen">
|
|
</node>
|
|
</group>
|
|
|
|
</launch>
|