ORB_SLAM3
ORB_SLAM3 copied to clipboard
A bug report when using matcher.Fuse in LocalMapping
Hi, it seems there is a bug in Localmapping when using matcher.Fuse(...) for a stereo camera. The third input should be the th, instead of the bRight. https://github.com/UZ-SLAMLab/ORB_SLAM3/blob/4452a3c4ab75b1cde34e5505a36ec3f9edcdc4c4/src/LocalMapping.cc#L773