Simultaneous localization and mapping (SLAM) uses both Mapping and Localization and Pose Estimation algorithms
to build a map and localize your vehicle in that map at the same time. Use lidarSLAM
to tune your own SLAM algorithm that processes lidar scans and odometry pose
estimates to iteratively build a map. Use buildMap
to take logged and filtered data to create a map using SLAM. The SLAM Map
Builder app lets you manually modify relative poses and align scans to
improve the accuracy of your map.
SLAM Map Builder | Build 2-D grid maps using lidar-based SLAM |
lidarSLAM | Perform localization and mapping using lidar scans |
poseGraph | Create 2-D pose graph |
poseGraph3D | Create 3-D pose graph |
buildMap | Build occupancy map from lidar scans |
addScan | Add scan to lidar SLAM map |
addRelativePose | Add relative pose to pose graph |
optimizePoseGraph | Optimize nodes in pose graph |
removeLoopClosures | Remove loop closures from pose graph |
scansAndPoses | Extract scans and corresponding poses |