lsd_slam
lsd_slam copied to clipboard
Depth map / pose with metric units.
We are interested in knowing the pose in metric units, say metres for our application. LSD SLAM is scale-less but the scene has an object dimension so we can use that to get the scale factor. The issue is incorporating the scale factor in the algorithm.
It is similar to the issue here - https://github.com/tum-vision/lsd_slam/issues/48 - I am having issues adding it to the pose-graph optimization as suggested by Jakob Engel. Has anyone had any luck with adding scale to LSD, either to the pose-graph or directly to SLAM?
Thanks.
Hello @richaagrawal. Our group is also trying to achieve a similar goal (using LiDAR data). Were you able to correctly incorporate the scale factor in the algorithm?
Nope, we weren't successful in doing so. For now, we are estimating scale through other means and scaling the final translation accordingly.
@ghost @richaagrawal hello, any update on the scale factor.