I am testing ORB-SLAM (and LSD-SLAM) on the TUM RGB-D Benchmark dataset, and I have some question on your test process:
ORB questions:
- Did you only test with KeyFrames, or did you test with the pose of alle the frames?
- Did you match on timing to find the correct match between ORB-SLAM poses and groundtruth poses?
- Does the hardware performance affect the RMSE error?
- Does ORB-SLAM rectify images by itself, or do they have to be pre-rectified?
- Did you use standard ROS kinect intrinsic parameters, or did you use the fr(1,2,3) calibrated parameters?
LSD-SLAM questions:
- Did you only use Keyframes, or poses for all the frames?
Thank you
I am testing ORB-SLAM (and LSD-SLAM) on the TUM RGB-D Benchmark dataset, and I have some question on your test process:
ORB questions:
LSD-SLAM questions:
Thank you