mycobot_ros/mycobot_280/mycobot_280jn_moveit/launch/ros_controllers.launch
2024-09-12 17:08:10 +08:00

11 lines
393 B
XML

<?xml version="1.0"?>
<launch>
<!-- Load joint controller configurations from YAML file to parameter server -->
<rosparam file="$(find mycobot_280jn_moveit)/config/ros_controllers.yaml" command="load"/>
<!-- Load the controllers -->
<node name="controller_spawner" pkg="controller_manager" type="spawner" respawn="false"
output="screen" args="arm_group_controller "/>
</launch>