Skip to content
Snippets Groups Projects
test.world 743 B
Newer Older
Tom Lambert's avatar
Tom Lambert committed
<?xml version="1.0" encoding="utf-8"?>
<sdf version="1.6">
  <world name="default">
    <!-- Ground Plane -->
    <include>
      <uri>model://ground_plane</uri>
    </include>
    <include>
      <uri>model://sun</uri>
    </include>
    <model name="sphere_s_R_1">
      <pose>1 1 0.5 0</pose>
      <link name="link">
        <collision name="collision">
          <geometry>
            <sphere>
              <radius>1</radius>
            </sphere>
          </geometry>
        </collision>
        <visual name="visual">
          <geometry>
            <sphere>
              <radius>1</radius>
            </sphere>
          </geometry>
        </visual>
      </link>
    </model>
  </world>
</sdf>