What method does SLAM use for localization?
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Ajay Pattassery
2020-2-17
编辑:Ajay Pattassery
2020-2-17
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 SLAM 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!