24 const CPose3D p1(1, 2, 3, 0.0_deg, 0.0_deg, 0.0_deg);
25 const CPose3D p2(1, 2, 3, 20.0_deg, 0.0_deg, 0.0_deg);
27 cout <<
"p0: " << p0 <<
" SE(3)::log => " <<
Lie::SE<3>::log(p0) << endl;
28 cout <<
"p1: " << p1 <<
" SE(3)::log => " <<
Lie::SE<3>::log(p1) << endl;
29 cout <<
"p2: " << p2 <<
" SE(3)::log => " <<
Lie::SE<3>::log(p2) << endl;
39 catch (
const std::exception& e)
Classes for 2D/3D geometry representation, both of single values and probability density distribution...
Traits for SE(n), rigid-body transformations in R^n space.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
std::string exception_to_str(const std::exception &e)
Builds a nice textual representation of a nested exception, which if generated using MRPT macros (THR...