Created
December 16, 2014 18:39
-
-
Save anonymous/244301079d768c7aaf75 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> | |
<include | |
file="$(find gazebo_worlds)/launch/empty_world.world" /> | |
<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 $(find hexapod_launch)/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