mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
8 lines
435 B
XML
8 lines
435 B
XML
<launch>
|
|
<!-- Define the MoveIt controller manager plugin to use for trajectory execution -->
|
|
<param name="moveit_controller_manager" value="moveit_simple_controller_manager/MoveItSimpleControllerManager" />
|
|
|
|
<!-- Load controller list to the parameter server -->
|
|
<rosparam file="$(find mybuddy_moveit)/config/simple_moveit_controllers.yaml" />
|
|
<rosparam file="$(find mybuddy_moveit)/config/ros_controllers.yaml" />
|
|
</launch>
|