Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StanJBrown authored Sep 26, 2016
1 parent a6b1c80 commit 70587e9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
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

0 comments on commit 70587e9

Please sign in to comment.