Open apesIITM opened 7 years ago
I am currently looking in moncular slam techniques? Can any suggest me the best monocular slam method?
ElasticFusion is also pretty good
Elastic fusion is not monocular though
The answer is, of course, it depends. What are you trying to achieve? Techincally SLAM - Simultaneous localisation and mapping has two parts to it: The localisation - how well the system manages to localise itself relative to the space it's in - and subsequently relocalise in an already visited region.
The mapping - how accurately it can construct a map of the environment. The form this map takes is can massively vary from reconstructing the trajectory of the device (odometry map) to performing dense 3D reconstruction.
Hello, I have tried running LSD-SLAM and RTAB-SLAM, and currently reading about few more papers. Can you point out in what ways is LSD-SLAM better. (As per my experiments, RTAB-SLAM gave better map representation) [ No offence intended to anyone :) ] Thanks.