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