mycobot_ros/mypalletizer_communication/launch/communication_topic.launch
2929ss 69e8c72266
add mypal260 with urdf, communication, moveit (#56)
* add mypal260 with urdf,communication,moveit
2022-03-10 17:22:13 +08:00

12 lines
485 B
XML

<launch>
<arg name="port" default="/dev/ttyUSB0" />
<arg name="baud" default="115200" />
<!-- Open communication service -->
<!-- <node name="mycobot_services" pkg="mycobot_communication" type="mycobot_topics.py" output="screen"> -->
<node name="mypalletizer_services" pkg="mypalletizer_communication" type="mypal_topics.py" output="screen">
<param name="port" type="string" value="$(arg port)" />
<param name="baud" type="int" value="$(arg baud)" />
</node>
</launch>