mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
update mycobot_600_slider.launch
This commit is contained in:
parent
31ddefec38
commit
545c8ec6a3
1 changed files with 9 additions and 6 deletions
|
|
@ -4,10 +4,13 @@
|
||||||
<arg name="rvizconfig" default="$(find mycobot_600)/config/mycobot_600.rviz" />
|
<arg name="rvizconfig" default="$(find mycobot_600)/config/mycobot_600.rviz" />
|
||||||
<arg name="gui" default="true" />
|
<arg name="gui" default="true" />
|
||||||
|
|
||||||
<!-- Add model control,添加模型控制 -->
|
|
||||||
<include file="$(find mycobot_280)/launch/slider_control.launch">
|
<param name="robot_description" command="$(find xacro)/xacro --inorder $(arg model)" />
|
||||||
<arg name="model" value="$(arg model)" />
|
|
||||||
<arg name="rvizconfig" value="$(arg rvizconfig)" />
|
<!-- Combinejoin values to TF -->
|
||||||
<arg name="gui" value="$(arg gui)" />
|
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />
|
||||||
</include>
|
<node name="joint_state_publisher_gui" pkg="joint_state_publisher_gui" type="joint_state_publisher_gui" />
|
||||||
|
|
||||||
|
<!-- Show in Rviz -->
|
||||||
|
<node name="rviz" pkg="rviz" type="rviz" args="-d $(arg rvizconfig)" required="true" />
|
||||||
</launch>
|
</launch>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue