mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
10 lines
371 B
XML
10 lines
371 B
XML
<launch>
|
|
<arg name="port" default="/dev/ttyACM0" />
|
|
<arg name="baud" default="115200" />
|
|
|
|
<!-- Open communication service -->
|
|
<node name="mybuddy_services" pkg="mybuddy_communication" type="mybuddy_topics_seeed.py" output="screen">
|
|
<param name="port" type="string" value="$(arg port)" />
|
|
<param name="baud" type="int" value="$(arg baud)" />
|
|
</node>
|
|
</launch>
|