#48 · Primary category: Robotics & Embodied AI Simulation
loam_velodyne
Laser Odometry and Mapping (Loam) is a realtime method for state estimation and mapping using a 3D lidar.
Project last updated:06/18/19
GitHub Stars
1.8K
Forks
959
Contributors
16
License
Other
Why we included this project
Anyone building lidar-based navigation on a ground robot has probably run into LOAM, and this package is one of the ROS implementations people cite when they want the algorithm in practice. The method runs in two cooperating passes: a fast scan registration that recovers pose changes from each sweep, and a slower mapping step that refines those estimates against a feature-based map, so it produces odometry and a point-cloud map in real time without GPS or wheel odometry. It builds in a ROS Indigo workspace and runs directly on Velodyne VLP16 data, which makes it a workable base for autonomous navigation and environment reconstruction. The code is compact enough to read end to end, and since the underlying method is well documented, the package doubles as a practical tutorial on how feature extraction and scan matching fit together in lidar SLAM.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
genesis-world
Simulation platform for general-purpose robotics & embodied AI learning.
lerobot
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
AirSim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
carla
Open-source simulator for autonomous driving research.