Skip to content

farzingkh/Occupancy-Grid-Mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

07fa03d · Jan 6, 2021

History

42 Commits
Sep 7, 2020
Aug 25, 2020
Aug 20, 2020
Sep 7, 2020
Sep 7, 2020
Sep 5, 2020
Jan 6, 2021
Sep 7, 2020

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

No packages published

Languages