ros_controllers.launch 364 B

1234567891011
  1. <?xml version="1.0"?>
  2. <launch>
  3. <!-- Load joint controller configurations from YAML file to parameter server -->
  4. <rosparam file="$(find robot_config)/config/ros_controllers.yaml" command="load"/>
  5. <!-- Load the controllers -->
  6. <node name="controller_spawner" pkg="controller_manager" type="spawner" respawn="false"
  7. output="screen" args=""/>
  8. </launch>