Ethan Clark 2bea6dc790 initial commit
2025-03-21 12:51:16 -07: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>