Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pythonrobotics | 17,909 | 2 days ago | 12 | other | Python | |||||
Python sample codes for robotics algorithms. | ||||||||||
Cartographer | 6,406 | a month ago | 2 | April 12, 2022 | 199 | apache-2.0 | C++ | |||
Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations. | ||||||||||
Evo | 2,474 | 2 | 14 days ago | 80 | May 09, 2022 | 16 | gpl-3.0 | Python | ||
Python package for the evaluation of odometry and SLAM | ||||||||||
Awesome Robotic Tooling | 2,321 | 2 months ago | 3 | cc0-1.0 | ||||||
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace. | ||||||||||
Rtabmap | 2,042 | 3 days ago | 349 | other | C++ | |||||
RTAB-Map library and standalone application | ||||||||||
Kimera Vio | 1,167 | 21 days ago | 58 | bsd-2-clause | C++ | |||||
Visual Inertial Odometry with SLAM capabilities and 3D Mesh generation. | ||||||||||
Awesome Slam | 955 | 3 years ago | 3 | |||||||
A curated list of awesome SLAM tutorials, projects and communities. | ||||||||||
Elevation_mapping | 941 | 4 days ago | 69 | bsd-3-clause | C++ | |||||
Robot-centric elevation mapping for rough terrain navigation | ||||||||||
Voxblox | 900 | 6 months ago | 66 | bsd-3-clause | C++ | |||||
A library for flexible voxel-based mapping, mainly focusing on truncated and Euclidean signed distance fields. | ||||||||||
Visual_slam_related_research | 822 | 2 years ago | 3 | |||||||
视觉(语义) SLAM 相关研究跟踪 |
Voxblox is a volumetric mapping library based mainly on Truncated Signed Distance Fields (TSDFs). It varies from other SDF libraries in the following ways:
If you're looking for skeletonization/sparse topology or planning applications, please refer to the mav_voxblox_planning repo. If you want to create ground truth maps from meshes or gazebo environments, please check out the voxblox_ground_truth pakage!
A video showing sample output from voxblox can be seen here. A video of voxblox being used for online planning on-board a multicopter can be seen here.
If using voxblox for scientific publications, please cite the following paper, available here:
Helen Oleynikova, Zachary Taylor, Marius Fehr, Juan Nieto, and Roland Siegwart, “Voxblox: Incremental 3D Euclidean Signed Distance Fields for On-Board MAV Planning”, in IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2017.
@inproceedings{oleynikova2017voxblox,
author={Oleynikova, Helen and Taylor, Zachary and Fehr, Marius and Siegwart, Roland and Nieto, Juan},
booktitle={IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
title={Voxblox: Incremental 3D Euclidean Signed Distance Fields for On-Board MAV Planning},
year={2017}
}
This library was written primarily by Helen Oleynikova and Marius Fehr, with significant contributions from Zachary Taylor, Alexander Millane, and others. The marching cubes meshing and ROS mesh generation were taken or heavily derived from open_chisel. We've retained the copyright headers for the relevant files.