raulmur / ORB_SLAM2

Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities
Other
9.44k stars 4.69k forks source link

EuRoC keyFrameTrajectory and ground-truth not overlapping #936

Open sazak1 opened 4 years ago

sazak1 commented 4 years ago

I have installed and build ORB-SLAM2 on my computer. I wanted to check the algorithm with the EuRoC dataset. And I have used the V1_02_medium sequence from the EuRoC dataset. I ran it with the command specified by the author. The algorithm is running, I can see point cloud and keyframe position during the run. ORB-SLAM code creates keyFrameTrajectory.txt file that keeps the position and orientation information at the end of the run. I want to compare ORB-SLAM output and ground-truth data. But I couldn't draw the overlapping trajectory. I tried myself, I also tried EVO. None of them has worked. By the way, the author of EVO already says the code is not good at the EuRoC dataset it works better for the TUM dataset. How can I see the overlapping trajectories? What should I do?