-
Notifications
You must be signed in to change notification settings - Fork 767
Generate your own Worlds
Fadri Furrer edited this page Aug 9, 2017
·
2 revisions
There are several ways to generate your own worlds:
- generate worlds by using heightmaps, or
- you can generate worlds from within Gazebo (using drag and drop of objects or using the building editor), or
- write directly your own
.world
files.
For RotorS to work with ROS in your own world you should add the following line to your .world
file:
<plugin name="ros_interface_plugin" filename="librotors_gazebo_ros_interface_plugin.so"/>
It should be placed somewhere within the <world>
tags:
<?xml version="1.0" ?>
<sdf version="1.5">
<world name="default">
<plugin name="ros_interface_plugin" filename="librotors_gazebo_ros_interface_plugin.so"/>
...
...
</world>
</sdf>
You can additionally generate octomaps from your worlds or add custom wind fields to your world.