fake_moveit_controller_manager.launch.xml 542 B

123456789101112
  1. <launch>
  2. <!-- execute the trajectory in 'interpolate' mode or jump to goal position in 'last point' mode -->
  3. <arg name="fake_execution_type" default="interpolate" />
  4. <!-- Set the param that trajectory_execution_manager needs to find the controller plugin -->
  5. <param name="moveit_controller_manager" value="moveit_fake_controller_manager/MoveItFakeControllerManager"/>
  6. <!-- The rest of the params are specific to this plugin -->
  7. <rosparam subst_value="true" file="$(find robot_config)/config/fake_controllers.yaml"/>
  8. </launch>