Classes | |
class | mrpt::poses::CPoint< DERIVEDCLASS > |
A base class for representing a point in 2D or 3D. More... | |
class | mrpt::poses::CPoint2D |
A class used to store a 2D point. More... | |
class | mrpt::poses::CPoint3D |
A class used to store a 3D point. More... | |
class | mrpt::poses::CPose< DERIVEDCLASS > |
A base class for representing a pose in 2D or 3D. More... | |
class | mrpt::poses::CPose2D |
A class used to store a 2D pose. More... | |
class | mrpt::poses::CPose3D |
A class used to store a 3D pose (a 3D translation + a rotation in 3D). More... | |
class | mrpt::poses::CPose3DInterpolator |
This class stores a time-stamped trajectory in SE(3) (CPose3D poses). More... | |
class | mrpt::poses::CPose3DQuat |
A class used to store a 3D pose as a translation (x,y,z) and a quaternion (qr,qx,qy,qz). More... | |
class | mrpt::poses::CPose3DRotVec |
A 3D pose, with a 3D translation and a rotation in 3D parameterized in rotation-vector form (equivalent to axis-angle). More... | |
class | mrpt::poses::CPoseOrPoint< DERIVEDCLASS > |
The base template class for 2D & 3D points and poses. More... | |
class | mrpt::poses::CPoses2DSequence |
This class stores a sequence of relative, incremental 2D poses. More... | |
class | mrpt::poses::CPoses3DSequence |
This class stores a sequence of relative, incremental 3D poses. More... | |
class | mrpt::poses::CRobot2DPoseEstimator |
A simple filter to estimate and extrapolate the robot 2D (x,y,phi) pose from asynchronous odometry and localization data. More... | |
struct | mrpt::poses::SE_traits< 3 > |
Specialization of SE for 3D poses. More... | |
struct | mrpt::poses::SE_traits< 2 > |
Specialization of SE for 2D poses. More... | |
class | mrpt::poses::SO_average< 2 > |
Computes weighted and un-weighted averages of SO(2) orientations. More... | |
class | mrpt::poses::SO_average< 3 > |
Computes weighted and un-weighted averages of SO(3) orientations. More... | |
class | mrpt::poses::SE_average< 2 > |
Computes weighted and un-weighted averages of SE(2) poses. More... | |
class | mrpt::poses::SE_average< 3 > |
Computes weighted and un-weighted averages of SE(3) poses. More... | |
Variables | |
template<size_t DOF> | |
struct BASE_IMPEXP | mrpt::poses::SE_traits |
A helper class for SE(2) and SE(3) geometry-related transformations, on-manifold optimization Jacobians, etc. More... | |
template<size_t DOF> | |
class BASE_IMPEXP | mrpt::poses::SO_average |
Computes weighted and un-weighted averages of SO(2) or SO(3) orientations. More... | |
template<size_t DOF> | |
class BASE_IMPEXP | mrpt::poses::SE_average |
Computes weighted and un-weighted averages of SE(2) or SE(3) poses. More... | |
class BASE_IMPEXP mrpt::poses::SE_average |
Computes weighted and un-weighted averages of SE(2) or SE(3) poses.
Definition at line 1 of file SO_SE_average.h.
struct BASE_IMPEXP mrpt::poses::SE_traits |
A helper class for SE(2) and SE(3) geometry-related transformations, on-manifold optimization Jacobians, etc.
Definition at line 1 of file SE_traits.h.
class BASE_IMPEXP mrpt::poses::SO_average |
Computes weighted and un-weighted averages of SO(2) or SO(3) orientations.
Definition at line 1 of file SO_SE_average.h.
Page generated by Doxygen 1.9.1 for MRPT 1.4.0 SVN: at Sat Jan 30 21:34:41 UTC 2021 |