<wind/>
<spherical_coordinates>
<surface_model>EARTH_WGS84</surface_model>
- <latitude_deg>0</latitude_deg>
- <longitude_deg>0</longitude_deg>
- <elevation>0</elevation>
- <heading_deg>0</heading_deg>
+ <latitude_deg>-30.0277777777778</latitude_deg>
+ <longitude_deg>-51.228611111111</longitude_deg>
+ <elevation>22.0</elevation>
+ <!-- currently gazebo has a bug: instead of outputing lat, long, altitude in ENU
+ (x = East, y = North and z = Up) as the default configurations, it's outputting (-E)(-N)U,
+ therefore we rotate the default frame 180 so that it would go back to ENU -->
+ <heading_deg>180</heading_deg>
</spherical_coordinates>
<model name='Centenario'>
<pose frame=''>-0.118577 7.44241 0 0 -0 0</pose>
--- /dev/null
+<?xml version="1.0" ?>
+<sdf version="1.5">
+ <world name="default">
+ <scene>
+ <sky>
+ <clouds>
+ <speed>12</speed>
+ </clouds>
+ </sky>
+ </scene>
+ <!-- A global light source -->
+ <include>
+ <uri>model://sun</uri>
+ </include>
+ <!-- A ground plane -->
+ <include>
+ <uri>model://ground_plane</uri>
+ </include>
+ <spherical_coordinates>
+ <!-- currently gazebo has a bug: instead of outputing lat, long, altitude in ENU
+ (x = East, y = North and z = Up) as the default configurations, it's outputting (-E)(-N)U,
+ therefore we rotate the default frame 180 so that it would go back to ENU -->
+ <heading_deg>180</heading_deg>
+ <surface_model>EARTH_WGS84</surface_model>
+ <latitude_deg>-30.0277777777778</latitude_deg>
+ <longitude_deg>-51.228611111111</longitude_deg>
+ <elevation>22.0</elevation>
+ </spherical_coordinates>
+ </world>
+</sdf>