Skip to content

Commit

Permalink
Notebook: use same order for APE formula as in code.
Browse files Browse the repository at this point in the history
Closes: #553
  • Loading branch information
MichaelGrupp committed Nov 14, 2023
1 parent 4831606 commit 47c96ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/metrics.py_API_Documentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"\n",
"APE is based on the absolute relative pose between two poses $P_{ref,i}, P_{est,i} \\in \\mathrm{SE}(3)$ at timestamp $i$:\n",
"\\begin{equation*}\n",
"E_i = P_{est,i} \\ominus P_{ref,i} = P_{ref,i}^{-1} P_{est,i} \\in \\mathrm{SE}(3)\n",
"E_i = P_{est,i} \\ominus P_{ref,i} = P_{est,i}^{-1} P_{ref,i} \\in \\mathrm{SE}(3)\n",
"\\end{equation*}\n",
"where $\\ominus$ is the inverse compositional operator, which takes two poses and gives the relative pose [Lu-1997].\n",
"You can use different pose relations to calculate the APE:\n",
Expand Down

0 comments on commit 47c96ae

Please sign in to comment.