Skip to content

farzingkh/Occupancy-Grid-Mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Occupancy Grid Mapping

This repo contains a C++ implementation of an occupancy grid mapping algorithm using inverse sensor model and recorded measurements

Compiling the Program

Step 1

Install Python2.7 and matplotlib library

Step 2

Clone the respository and build it:

git clone https://github.com/farzingkh/Occupancy-Grid-Mapping.git
cd Occupancy-Grid-Mapping/
mkdir build
cd build
cmake ..
make

and run the application:

./OGM

It uses matplotlibcpp wrapper to access matplotlib functionality. See the visuaization file to change the plotting options.

Expected Map

output

About

C++ implementation of occupancy grid mapping algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages