mycobot_ros/mycobot_320/new_mycobot_320/launch/three_gripper.launch
2024-11-18 16:13:14 +08:00

11 lines
699 B
XML

<launch>
<arg name="model" default="$(find mycobot_description)/urdf/three_gripper/mycobot_pro_three_gripper.urdf"/>
<arg name="rvizconfig" default="$(find mycobot_description)/urdf/three_gripper/three_gripper.rviz" />
<param name="robot_description" command="$(find xacro)/xacro --inorder $(arg model)" />
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />
<!-- <node pkg="tf2_ros" type="static_transform_publisher" name="static_transform_publisher" args="0 0 0 0 0 0 world gripper_base"/> -->
<!-- 使用 RViz 显示 -->
<node name="rviz" pkg="rviz" type="rviz" args="-d $(arg rvizconfig)" required="true"/>
</launch>