-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6b1c80
commit 70587e9
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# octomap_to_gazebo_world | ||
|
||
#Installation | ||
Clone this directory into your catkin_ws/src folder | ||
then run catkin_make install followed by resourcing your catkin_ws/devel/setup.bash file | ||
|
||
|
||
#Usage | ||
An example of how to use this program can be found in the run.sh file | ||
|
||
Basically you need to provide a occupancy grid map in the form of a .png file and a .yaml file with the same name. | ||
|
||
Examples are provided in the Maps folder. | ||
|
||
Then just run roslaunch octomap_to_gazebo generate_world_and_contours.launch to create the .world file and a .dat file containign the raw contours | ||
To view the world in Gazebo run: | ||
roslaunch octomap_to_gazebo launch_gazebo_world.launch world:=(name of world file).world |