Skip to content

Instantly share code, notes, and snippets.

Created December 16, 2014 18:40
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/57f95f42fb4b5cfc4ebc to your computer and use it in GitHub Desktop.
Save anonymous/57f95f42fb4b5cfc4ebc to your computer and use it in GitHub Desktop.
<launch>
<node
name="tf_footprint_base"
pkg="tf"
type="static_transform_publisher"
args="0 0 0 0 0 0 base_link base_footprint 40" />
<node
name="spawn_model"
pkg="gazebo"
type="spawn_model"
args="-file ../robots/hexapod_launch.URDF-urdf -model hexapod_launch"
output="screen" />
<node
name="fake_joint_calibration"
pkg="rostopic"
type="rostopic"
args="pub /calibrated std_msgs/Bool true" />
</launch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment