mycobot_ros/Mybuddy/mybuddy_moveit/launch/simple_moveit_controller_manager.launch.xml
2022-08-25 17:19:27 +08:00

8 lines
435 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 mybuddy_moveit)/config/simple_moveit_controllers.yaml" />
<rosparam file="$(find mybuddy_moveit)/config/ros_controllers.yaml" />
</launch>