jacobhuesman / cloud_to_map

Algorithm that converts point cloud data into an occupancy grid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cloud_to_map

Freshman summer research project into the use of normal vectors to generate an occupancy grid based off of point cloud data.

Warning

I wouldn't recommend using this package. I developed this Freshman year of college while learning C++. While it kind of works, I never finished the implementation and it's very computationally intensive.

If you're looking for something that'll take in a point cloud and give you an occupancy grid, check out http://wiki.ros.org/costmap_2d.

About

Algorithm that converts point cloud data into an occupancy grid


Languages

Language:C++ 76.2%Language:CMake 13.9%Language:Python 10.0%