mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
32 lines
1.8 KiB
XML
32 lines
1.8 KiB
XML
<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"/>
|
|
|
|
<!-- The name of the parameter under which the URDF is loaded -->
|
|
<arg name="robot_description" default="robot_description"/>
|
|
|
|
<!-- Load universal robot description format (URDF) -->
|
|
<<<<<<< HEAD
|
|
<!-- <param if="$(arg load_robot_description)" name="$(arg robot_description)" textfile="$(find mycobot_description)/urdf/mycobot_pro_600/mycobot_pro_600.urdf"/> -->
|
|
<!-- <param if="$(arg load_robot_description)" name="$(arg robot_description)" textfile="$(find mycobot_description)/urdf/mycobot_pro_600/mycobot_pro_600_moveit.urdf"/> -->
|
|
<param if="$(arg load_robot_description)" name="$(arg robot_description)" textfile="$(find mycobot_description)/urdf/mycobot_pro_600/new_mycobot_pro_600_moveit.urdf"/>
|
|
=======
|
|
<param if="$(arg load_robot_description)" name="$(arg robot_description)" textfile="$(find mycobot_description)/urdf/mycobot_pro_600/mycobot_pro_600_moveit.urdf"/>
|
|
>>>>>>> 24a25596ca0e4bedd317e5ade3bb39d908910b0a
|
|
|
|
<!-- The semantic description that corresponds to the URDF -->
|
|
<param name="$(arg robot_description)_semantic" textfile="$(find mycobot_600_moveit)/config/firefighter.srdf" />
|
|
|
|
<!-- Load updated joint limits (override information from URDF) -->
|
|
<group ns="$(arg robot_description)_planning">
|
|
<rosparam command="load" file="$(find mycobot_600_moveit)/config/joint_limits.yaml"/>
|
|
<rosparam command="load" file="$(find mycobot_600_moveit)/config/cartesian_limits.yaml"/>
|
|
</group>
|
|
|
|
<!-- Load default settings for kinematics; these settings are overridden by settings in a node's namespace -->
|
|
<group ns="$(arg robot_description)_kinematics">
|
|
<rosparam command="load" file="$(find mycobot_600_moveit)/config/kinematics.yaml"/>
|
|
|
|
</group>
|
|
|
|
</launch>
|