Files
SO-ARM100/Simulation/URDF_SO100/SO_5DOF_ARM100_05d.SLDASM/launch/display.launch
2025-05-12 11:26:28 +02:00

20 lines
536 B
XML

<launch>
<arg
name="model" />
<param
name="robot_description"
textfile="$(find SO_5DOF_ARM100_05d.SLDASM)/urdf/SO_5DOF_ARM100_05d.SLDASM.urdf" />
<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 SO_5DOF_ARM100_05d.SLDASM)/urdf.rviz" />
</launch>