Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.84 KB

17_ATE_RTE.md

File metadata and controls

33 lines (23 loc) · 1.84 KB

Link: A Benchmark for the Evaluation of RGB-D SLAM Systems

Relative pose error (RPE)

The relative pose error measures the local accuracy of the trajectory over a fixed time interval ∆. Therefore, the relative pose error corresponds to the drift of the trajectory.

poses from the estimated trajectory P1, . . . , Pn ∈ SE(3)
and from the ground truth trajectory Q1, . . . , Qn ∈ SE(3)

a
dd

image
image

Absolute trajectory error (ATE)

Comparing the absolute distances between the estimated and the ground truth trajectory.
image
image

KITTI

KITTI paper
On measuring the accuracy of SLAM algorithms

Screenshot from 2023-01-17 12-08-41

where F is a set of frames (i, j), ˆp ∈ SE(3) and p ∈ SE(3) are estimated and true camera poses respectively, ⊖ denotes the inverse compositional operator [28] and ∠[·] is the rotation angle.