SLAM Benchmark¶
EVO¶
evo: Python package for the evaluation of odometry and SLAM
- get the ground truth file, e.g. EuRoC data.csv
- convert it to TUM format data.tum:
evo_traj euroc data.csv --save_as_tum - evaluate
evo_ape tum data.tum pose_out.tum --align --plot - or directly
evo_ape euroc data.csv pose_out.tum --align --plot
rgbd-dataset tools¶
Useful tools for the RGB-D benchmark (TUM)
- get the ground truth file, e.g. EuRoC data.csv
- convert it to TUM format data.tum, we can use
evo - evaluate:
./evaluate_ate.py data.tum pose_out.tum --plot result --verbose