mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
change mecharm_communication package
This commit is contained in:
parent
b0d086bc12
commit
311c3986f9
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<!-- Show in Rviz -->
|
||||
<node name="rviz" pkg="rviz" type="rviz" args="-d $(arg rvizconfig)" required="true" />
|
||||
<!-- mycobot-topics, mycobot-话题-->
|
||||
<include file="$(find mypalletizer_communication)/launch/communication_service.launch">
|
||||
<include file="$(find mecharm_communication)/launch/communication_service.launch">
|
||||
<arg name="port" value="$(arg port)" />
|
||||
<arg name="baud" value="$(arg baud)" />
|
||||
</include>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<node name="rviz" pkg="rviz" type="rviz" args="-d $(arg rvizconfig)" required="true" />
|
||||
|
||||
<!-- mycobot-topics,mycobot-话题 -->
|
||||
<include file="$(find mypalletizer_communication)/launch/communication_service.launch">
|
||||
<include file="$(find mecharm_communication)/launch/communication_service.launch">
|
||||
<arg name="port" value="$(arg port)" />
|
||||
<arg name="baud" value="$(arg baud)" />
|
||||
</include>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue