<arg name="pause" default="true" />
<arg name="gui" default="true" />
<arg name="use_sim_time" default="true" />
- <arg name="world" default="$(find-pkg-share ufrgs_gazebo)/worlds/centenario_empty.world" />
+ <arg name="world" default="$(find-pkg-share ufrgs_gazebo)/worlds/centenario.world" />
<include file="$(find-pkg-share gazebo_ros)/launch/gazebo.launch.py">
<arg name="pause" value="$(var pause)" />
<export>
<build_type>ament_cmake</build_type>
- <gazebo_ros gazebo_model_path="${prefix}/models" />
+ <gazebo_ros gazebo_model_path="${prefix}/.." />
<gazebo_ros gazebo_resource_path="${prefix}/.." />
</export>
</package>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0"?>
-<sdf version="1.5">
- <world name="default">
- <scene>
- <sky>
- <clouds>
- <speed>12</speed>
- </clouds>
- </sky>
- </scene>
- <include>
- <uri>model://centenario</uri>
- </include>
- <!-- 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>