Gmapping SLAM based on RBPF

6 views (last 30 days)
John Lee
John Lee on 5 Mar 2020
Is there any Gmapping SLAM based on RBPF?
I mean MATLAB version of gmapping-SLAM based on Rao-blackwellized particle filtering.
  2 Comments
iman yazdansepas
iman yazdansepas on 15 Mar 2020
Hello John,
I have a same question. MATLAB has a library but I think it used graph SLAM.
sofar I find this: https://github.com/Allopart/rbpf-gmapping by Adrian Llopart Maurin, PhD student at the technical University of Denmark (DTU), 2016.
I'm not tested it yet. but i'm going to.
Thank you
Iman
John Lee
John Lee on 15 Mar 2020
Thanks for your comment.
I tested that code. Seems wokring well, but there is a too big approximation in "Measurement_Model.m" where
the author treis to compute the likelihood function based on more than 200 lidar scan.
I also tried to contact the author, and he has not replied.
So, I doubt the code and that is why I posted the question.

Sign in to comment.

Answers (1)

Amrtanshu Raj
Amrtanshu Raj on 7 Sep 2021
Hi,
Currently MATLAB has a LidarSlam which does not use any particle filter.
We have brought this to the notice of our developers and they might consider it for a future release.
  1 Comment
Zuhair Abduljabbar
Zuhair Abduljabbar on 15 Mar 2022
Hi Raj,
Could you mention the official URL of it (LiDARSLAM) , for seeing the theoritcal side of it (related papers)

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!