English

A tutorial on $\mathbf{SE}(3)$ transformation parameterizations and on-manifold optimization

Robotics 2022-04-08 v2 Computer Vision and Pattern Recognition

Abstract

An arbitrary rigid transformation in SE(3)\mathbf{SE}(3) can be separated into two parts, namely, a translation and a rigid rotation. This technical report reviews, under a unifying viewpoint, three common alternatives to representing the rotation part: sets of three (yaw-pitch-roll) Euler angles, orthogonal rotation matrices from SO(3)\mathbf{SO}(3) and quaternions. It will be described: (i) the equivalence between these representations and the formulas for transforming one to each other (in all cases considering the translational and rotational parts as a whole), (ii) how to compose poses with poses and poses with points in each representation and (iii) how the uncertainty of the poses (when modeled as Gaussian distributions) is affected by these transformations and compositions. Some brief notes are also given about the Jacobians required to implement least-squares optimization on manifolds, an very promising approach in recent engineering literature. The text reflects which MRPT C++ library functions implement each of the described algorithms. All formulas and their implementation have been thoroughly validated by means of unit testing and numerical estimation of the Jacobians

Keywords

Cite

@article{arxiv.2103.15980,
  title  = {A tutorial on $\mathbf{SE}(3)$ transformation parameterizations and on-manifold optimization},
  author = {José Luis Blanco-Claraco},
  journal= {arXiv preprint arXiv:2103.15980},
  year   = {2022}
}

Comments

68 pages, 6 figures; v2 in arXiv; see history of document versions on page 3 for full change log of the technical report since 2010

R2 v1 2026-06-24T00:40:16.157Z