mycobot_ros/mycobot_280jn_moveit/launch/fake_moveit_controller_manager.launch.xml
kehu 7d876440c9
mycobot280jn (#59)
support myPalletizer260m5, only support python2 right now
2022-03-10 17:04:15 +08:00

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