mycobot_ros/mypalletizer_260_moveit/launch/fake_moveit_controller_manager.launch.xml
2929ss 69e8c72266
add mypal260 with urdf, communication, moveit (#56)
* add mypal260 with urdf,communication,moveit
2022-03-10 17:22:13 +08:00

9 lines
372 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 mypalletizer_260_moveit)/config/fake_controllers.yaml"/>
</launch>