Skip to content

navinrahim/RoboND-Occupancy-Grid-Mapping-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity - Robotics NanoDegree Program

RoboND-Occupancy-Grid-Mapping-Algorithm

Visualize the mapped environment through the generated image

Check out this link for more information on the matplotlib C++ library. For information regarding the plot color and shape refer to the LineSpec and LineColor section of the MATLAB documentation.

Compiling

$ git clone https://github.com/navinrahim/RoboND-Occupancy-Grid-Mapping-Algorithm
$ cd RoboND-Occupancy-Grid-Mapping-Algorithm/
$ rm -rf Images/* #Delete the folder content and not the folder itself!
$ g++ main.cpp -o app -std=c++11 -I/usr/include/python2.7 -lpython2.7

Running

$ ./app

Now, wait for the program to generate the map in the Images folder!

Generated Map

Final Map

About

Occupancy Grid Mapping Algorithm in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages