SLAM algorith with Lidar

조회 수: 1 (최근 30일)
Lotmeri
Lotmeri 2019년 10월 16일
답변: Sai Bhargav Avula 2019년 10월 23일
Hello everyone,
I would to ask if anyone knows how Matlab SLAM algorithm works (in particular, Implement Simultaneous Localization And Mapping (SLAM) with Lidar Scans: https://it.mathworks.com/help/nav/ug/implement-simultaneous-localization-and-mapping-with-lidar-scans.html).
I mean, it is based on graph theory?
How does a data-association work?
What does it mean with: mapResolution = 20; and where it is used?
Thank you for your time,
Marina

답변 (1개)

Sai Bhargav Avula
Sai Bhargav Avula 2019년 10월 23일
Hi,
In the case of SLAM with lidar Scans, the SLAM algorithm takes in lidar scans and attaches them to a node in an underlying pose graph. The algorithm then correlates the scans using scan matching. It also searches for loop closures, where scans overlap previously mapped regions, and optimizes the node poses in the pose graph.
The MapResolution means Resolution of the occupancy grid map. Meaning if the MapResolution is set to 20 then it means 20 cells per meter.
Hope this helps!

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by