What method does SLAM use for localization?
3 views (last 30 days)
Show older comments
In "Navigation Toolbox", there is "SLAM."
When I use "SLAM" toolbox, there is the function of "lidarSLAM" which performs localization and mapping using lidar scans.
What does lidarSLAM use for localization? particle filtering?
If so, am I not able to see "stateEstimatorPF" function somewhere?
If not, what method is used for localization in "lidarSLAM"?
Thank you!
0 Comments
Answers (1)
Ajay Pattassery
on 17 Feb 2020
Edited: Ajay Pattassery
on 17 Feb 2020
lidarSLAM is a graph-based SLAM implementation. The lidar scans map the environment and are correlated between each other to build an underlying pose graph of the vehicle trajectory.
Refer to the section SLAM under more about in the following document for more information regarding the lidarSLAM.
The relative pose between scans is estimated using the matchScans function. This helps in the localization of the vehicle.
See Also
Categories
Find more on SLAM in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!