lsd_slam icon indicating copy to clipboard operation
lsd_slam copied to clipboard

Any way to initialize with rgb-d camera's depth?

Open ozakiryota opened this issue 6 years ago • 2 comments

I use LSD-SLAM with a rgb-d camera RealSense. Is there any way to initialize the depth map with rgb-d sensor's values instead of the random initialization? I would like to improve the trajectory at beginning and get absolute scales, not relative. Thanks.

ozakiryota avatar Oct 03 '18 00:10 ozakiryota

If you want to use a depth camera to map the environment, you should take some serious look at TUM-Vision's Volumetric 3D Mapping in Real Time paper and repository.

You could potentially initialize the depth map using the depth sensor, but then, what's the point of using a SLAM algorithm for mapping? What's more, it may involve a lot of trial and error to make it work :)

I hope this helps!

bespoke-code avatar Oct 08 '18 22:10 bespoke-code

Thank you for your reply and help. I’ll take look at it.

ozakiryota avatar Oct 10 '18 01:10 ozakiryota