All Projects → jacobhuesman → cloud_to_map

jacobhuesman / cloud_to_map

Licence: other
Algorithm that converts point cloud data into an occupancy grid

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to cloud to map

Pcl Ros Cluster Segmentation
Cluster based segmentation of Point Cloud with PCL lib in ROS
Stars: ✭ 123 (+373.08%)
Mutual labels:  point-cloud, ros, pcl
Point Cloud Filter
Scripts showcasing filtering techniques applied to point cloud data.
Stars: ✭ 34 (+30.77%)
Mutual labels:  point-cloud, ros, pcl
Lidar camera calibration
Light-weight camera LiDAR calibration package for ROS using OpenCV and PCL (PnP + LM optimization)
Stars: ✭ 133 (+411.54%)
Mutual labels:  point-cloud, ros, pcl
Depth clustering
🚕 Fast and robust clustering of point clouds generated with a Velodyne sensor.
Stars: ✭ 657 (+2426.92%)
Mutual labels:  point-cloud, ros, pcl
Ndt omp
Multi-threaded and SSE friendly NDT algorithm
Stars: ✭ 291 (+1019.23%)
Mutual labels:  point-cloud, ros, pcl
Hdl graph slam
3D LIDAR-based Graph SLAM
Stars: ✭ 945 (+3534.62%)
Mutual labels:  point-cloud, ros
Awesome Visual Slam
📚 The list of vision-based SLAM / Visual Odometry open source, blogs, and papers
Stars: ✭ 1,336 (+5038.46%)
Mutual labels:  point-cloud, ros
Awesome Robotic Tooling
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
Stars: ✭ 1,876 (+7115.38%)
Mutual labels:  point-cloud, ros
Awesome Robotics
A curated list of awesome links and software libraries that are useful for robots.
Stars: ✭ 478 (+1738.46%)
Mutual labels:  point-cloud, ros
Adaptive clustering
Lightweight and Accurate Point Cloud Clustering
Stars: ✭ 125 (+380.77%)
Mutual labels:  point-cloud, ros
Cloud annotation tool
L-CAS 3D Point Cloud Annotation Tool
Stars: ✭ 182 (+600%)
Mutual labels:  point-cloud, pcl
Lidar camera calibration
ROS package to find a rigid-body transformation between a LiDAR and a camera for "LiDAR-Camera Calibration using 3D-3D Point correspondences"
Stars: ✭ 734 (+2723.08%)
Mutual labels:  point-cloud, ros
Pcl
Point Cloud Library (PCL)
Stars: ✭ 6,897 (+26426.92%)
Mutual labels:  point-cloud, pcl
pcl.py
Templated python inferface for Point Cloud Library (PCL) based on Cython
Stars: ✭ 64 (+146.15%)
Mutual labels:  point-cloud, pcl
Cupoch
Robotics with GPU computing
Stars: ✭ 225 (+765.38%)
Mutual labels:  point-cloud, ros
pcl-edge-detection
Edge-detection application with PointCloud Library
Stars: ✭ 32 (+23.08%)
Mutual labels:  point-cloud, pcl
costmap depth camera
This is a costmap plugin for costmap_2d pkg. This plugin supports multiple depth cameras and run in real time.
Stars: ✭ 26 (+0%)
Mutual labels:  point-cloud, ros
Kitti2bag
Convert KITTI dataset to ROS bag file the easy way!
Stars: ✭ 359 (+1280.77%)
Mutual labels:  point-cloud, ros
Interactive slam
Interactive Map Correction for 3D Graph SLAM
Stars: ✭ 372 (+1330.77%)
Mutual labels:  point-cloud, ros
Pclpy
Python bindings for the Point Cloud Library (PCL)
Stars: ✭ 212 (+715.38%)
Mutual labels:  point-cloud, pcl

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].