Fix opening sdf tag

This commit is contained in:
Steve Peters 2012-12-07 15:08:33 -08:00
parent c016177a53
commit 5592978f52
5 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<gazebo version='1.2'>
<sdf version='1.3'>
<model name="monkey wrench">
<static>false</static>
<link name="link">

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<gazebo version='1.2'>
<sdf version='1.3'>
<model name="powerplant">
<static>true</static>
<link name="link">

View File

@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<gazebo version='1.2'>
<sdf version='1.3'>
<model name='pr2'>
<static>0</static>
<link name='base_footprint'>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<gazebo version='1.2'>
<sdf version='1.3'>
<model name='pr2_gripper'>
<pose>-0.771000 0.188000 -0.790675 3.141593 -1.570796 3.141593</pose>
<link name='r_wrist_roll_link'>
@ -714,4 +714,3 @@
<static>0</static>
</model>
</sdf>
Success

View File

@ -1,4 +1,4 @@
<gazebo version='1.2'>
<sdf version='1.3'>
<!-- Light Source -->
<light type="directional" name="sun">
<cast_shadows>true</cast_shadows>