Newer
Older
Shaun Edwards
committed
<launch>
<!-- By default we do not overwrite the URDF. Change the following to true to change the default behavior -->
<arg name="load_robot_description" default="false"/>
<!-- Load universal robotic description format (URDF) -->
Shaun Edwards
committed
<param if="$(arg load_robot_description)" name="robot_description" textfile="$(find ur_description)/urdf/ur5_joint_limited_robot.urdf" />
Shaun Edwards
committed
<!-- The semantic description that corresponds to the URDF -->
<param name="robot_description_semantic" textfile="$(find ur5_moveit_config)/config/ur5.srdf" />
<!-- Load to the parameter server yaml files -->
<group ns="robot_description_planning">
<rosparam command="load" file="$(find ur5_moveit_config)/config/joint_limits.yaml"/>
</group>
</launch>