simple_moveit_controller_manager.launch.xml 431 B

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