Gazebo | Ignition | Community
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Gazebo 1.0.x uses SDF 1.0, which is documented http://gazebosim.org/sdf/1.0.html.

Looks like you need to add a <gui> tag as a child to your <world> tag, e.g.:

<world>
...
  <gui>
    <camera>
      <origin pose="0 0 0 0 0 0"/>
    </camera>
  </gui>
</world>