<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) --> <param if="$(arg load_robot_description)" name="robot_description" textfile="/home/sedwards/ros/groovy_dev/universal_robot/ur_description/urdf/ur5_joint_limited_robot.urdf" /> <!-- The semantic description that corresponds to the URDF --> <param name="robot_description_semantic" textfile="$(find ur5_joint_limited_moveit_config)/config/ur5.srdf" /> <!-- Load to the parameter server yaml files --> <group ns="robot_description_planning"> <rosparam command="load" file="$(find ur5_joint_limited_moveit_config)/config/joint_limits.yaml"/> </group> </launch>