mycobot_ros/mycobot_320_moveit/launch/fake_moveit_controller_manager.launch.xml
2021-07-12 16:07:22 +08:00

9 lines
367 B
XML

<launch>
<!-- Set the param that trajectory_execution_manager needs to find the controller plugin -->
<param name="moveit_controller_manager" value="moveit_fake_controller_manager/MoveItFakeControllerManager"/>
<!-- The rest of the params are specific to this plugin -->
<rosparam file="$(find mycobot_320_moveit)/config/fake_controllers.yaml"/>
</launch>