当前位置:网站首页>Use evo

Use evo

2022-06-25 09:41:00 Wang bupian

Use EVO

  1. evo_traj: Draw the trajectory directly

(1) Draw tracks individually :evo_traj tum KeyFrameTrajectory.txt -p
(2) Draw multiple tracks together : evo_traj tum KeyFrameTrajectory.txt CameraTrajectory2.txt --ref CameraTrajectory2.txt -va -p
perhaps : evo_traj tum KeyFrameTrajectory.txt CameraTrajectory2.txt --ref KeyFrameTrajectory.txt -va -p

The reference tracks are different , So the tracks drawn by these two commands are not exactly the same ;

among ref It's a reference trajectory ,-va Is the details after alignment ,-p Is to draw an image

(3) You can also use –plot_mode {xy,xz,yx,yz,zx,zy,xyz} To select the information to draw a plane separately
Such as :evo_traj tum KeyFrameTrajectory.txt CameraTrajectory2.txt --ref KeyFrameTrajectory.txt -va -p --plot_mode=xy

  1. evo_ape: Calculation of absolute pose error

evo_ape tum KeyFrameTrajectory.txt KeyFrameTrajectory.txt -va -p

Use ape There is no need to give –ref The file of ,tum The latter first file is the standard file , That is to say :evo_ape tum real .txt test .txt -va -p

  1. evo_rpe: Calculation of relative pose error

evo_rpe tum KeyFrameTrajectory.txt KeyFrameTrajectory.txt -va -p

Use rpe There is no need to give –ref The file of ,tum The latter first file is the standard file , That is to say :evo_rpe tum real .txt test .txt -va -p

  1. The other parameters

Save the file as another type of file , You can use the following handles

–save_as_tum save trajectories in TUM format (as *.tum)
–save_as_kitti save poses in KITTI format (as *.kitti)
–save_as_bag save trajectories in ROS bag as .bag

1
2
3

Save the picture

–save_plot “ Saved path ”

1

Merge tracks

–merge

1

Give the maximum timestamp difference of the data

–t_max_diff “ Specific differences ”

原网站

版权声明
本文为[Wang bupian]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/176/202206250911017134.html

随机推荐