Created
December 16, 2014 18:40
-
-
Save anonymous/57f95f42fb4b5cfc4ebc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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