mycobot_ros/myArm/myarm_m/launch/test02.launch
2025-01-22 16:13:42 +08:00

22 lines
549 B
XML
Executable file

<launch>
<arg
name="model" />
<param
name="robot_description"
textfile="$(find mycobot_description)/urdf/myarm_m/myarm_m.urdf.xacro" />
<node
name="joint_state_publisher_gui"
pkg="joint_state_publisher_gui"
type="joint_state_publisher_gui" />
<node
name="robot_state_publisher"
pkg="robot_state_publisher"
type="robot_state_publisher" />
<!-- <node
name="rviz"
pkg="rviz"
type="rviz"
args="-d $(find tw_robot)/urdf.rviz" /> -->
<node name="rviz" pkg="rviz" type="rviz" />
</launch>