Skip to content

Instantly share code, notes, and snippets.

Created July 22, 2013 16:56
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 anonymous/6055538 to your computer and use it in GitHub Desktop.
Save anonymous/6055538 to your computer and use it in GitHub Desktop.
<launch>
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher">
<param name="publish_frequency" type="double" value="10.0" />
</node>
<!-- the semantic description that corresponds to the URDF -->
<param name="robot_description" textfile="$(find orbit_description)/robots/orbit.urdf" />
<node name="spawn_orbit" pkg="gazebo_ros" type="spawn_model"
args="-urdf -param robot_description -z 0.80960 -model orbit"
respawn="false" output="screen"/>
</launch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment