Skip to content

Instantly share code, notes, and snippets.

@Zach417
Created October 9, 2020 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zach417/bdb82500150f48f2c30721ab95045dbd to your computer and use it in GitHub Desktop.
Save Zach417/bdb82500150f48f2c30721ab95045dbd to your computer and use it in GitHub Desktop.
<launch>
<rosparam file="$(find ROBOT_hardware_interface)/config/hardware.yaml" command="load"/>
<rosparam file="$(find ROBOT_hardware_interface)/config/controllers.yaml" command="load"/>
<rosparam file="$(find ROBOT_hardware_interface)/config/joint_limits.yaml" command="load"/>
<node name="ROBOT_hardware_interface" pkg="ROBOT_hardware_interface" type="ROBOT_hardware_interface_node" output="screen"/>
<node name="controller_spawner" pkg="controller_manager" type="spawner" respawn="false" output="screen" ns="/"
args="
/ROBOT/controller/state
/ROBOT/controller/position/YOUR_ROBOT_JOINT
/ROBOT/controller/position/YOUR_OTHER_ROBOT_JOINT
"/>
</launch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment