Ubuntu上利用evo工具评估slam定位效果
evo_ape
absolute pose errorevo_rpe
relative pose errorevo_traj
- tool for analyzing, plotting or exporting one or more trajectories
evo_res
- tool for comparing one or multiple result files fromevo_ape
orevo_rpe
evo_fig
- (experimental) tool for re-opening serialized plots (saved with--serialize_plot
)evo_config
- tool for global settings and config file manipulation
examples
evo_master/test/data中的数据进行测试实验
1. 绘制轨迹曲线
evo_traj kitti KITTI_00_ORB.txt KITTI_00_SPTAM.txt --ref=KITTI_00_gt.txt -p --plot_mode=xz
2. 将估计值与真值进行对比
- 将ORB定位结果与真值相比
evo_ape kitti KITTI_00_gt.txt KITTI_00_ORB.txt -va --plot --plot_mode xz --save_results results/ORB.zip
- 将SPTAM定位结果与真值相比
evo_ape kitti KITTI_00_gt.txt KITTI_00_SPTAM.txt -va --plot --plot_mode xz --save_results results/SPTAM.zip
- 对比两种估计值与真值的效果
evo_res results/*.zip -p --save_table results/table.csv
将结果保存到文件中并绘制各种形式的对比图