Official RTAB-Map Forum
Login
Register
Search
everywhere
only in this topic
Advanced Search
Localization Mode
Classic
List
Threaded
♦
♦
Locked
2 messages
Options
Loading...
Subscribe via email
Move topic
Pin topic
Unpin topic
Lock topic
Unlock topic
Delete this topic
Delete this topic
Change title and meta tags
Embed post
Permalink
vkm_81
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Jul 22, 2021; 3:43pm
Localization Mode
1 post
How does localization work in RTAB?
Which source file has implementation of localization in RTAB-Map?
Thanks a lot for your work
matlabbe
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Aug 26, 2021; 7:42pm
Re: Localization Mode
Administrator
4450 posts
Localization is done exactly like loop closure detection. Hypotheses are estimated by the Bayes filter here:
https://github.com/introlab/rtabmap/blob/f88ce1618b11ba466475d5cfe757e3d2a920ce1d/corelib/src/Rtabmap.cpp#L1688-L1690
and actual loop closure transformations are computed here:
https://github.com/introlab/rtabmap/blob/master/corelib/src/Rtabmap.cpp#L2732-L2735
cheers,
Mathieu
Free forum by Nabble
Edit this page