mycobot_ros/mycobot_pro450_moveit/launch/simple_moveit_controller_manager.launch.xml

8 lines
449 B
XML

<launch>
<!-- Define the MoveIt controller manager plugin to use for trajectory execution -->
<param name="moveit_controller_manager" value="moveit_simple_controller_manager/MoveItSimpleControllerManager" />
<!-- Load controller list to the parameter server -->
<rosparam file="$(find mycobot_pro450_moveit)/config/simple_moveit_controllers.yaml" />
<rosparam file="$(find mycobot_pro450_moveit)/config/ros_controllers.yaml" />
</launch>