mycobot_ros/myArm/myarm_moveit/launch/simple_moveit_controller_manager.launch.xml
2023-05-31 14:32:40 +08:00

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