Base class for rigid transformation. More...
#include <se3-base.hpp>
Public Member Functions | |
template<typename D > | |
SE3GroupAction< D >::ReturnType | act (const D &d) const |
ay = aXb.act(by) More... | |
template<typename D > | |
SE3GroupAction< D >::ReturnType | actInv (const D &d) const |
by = aXb.actInv(ay) More... | |
Derived & | const_cast_derived () const |
Derived & | derived () |
const Derived & | derived () const |
void | disp (std::ostream &os) const |
bool | isApprox (const Derived &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
bool | isIdentity (const typename traits< Derived >::Scalar &prec=Eigen::NumTraits< typename traits< Derived >::Scalar >::dummy_precision()) const |
bool | isNormalized (const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
void | normalize () |
Normalize *this in such a way the rotation part of *this lies on SO(3). More... | |
PlainType | normalized () const |
operator ActionMatrixType () const | |
operator HomogeneousMatrixType () const | |
bool | operator!= (const Derived &other) const |
SE3GroupAction< Derived >::ReturnType | operator* (const Derived &m2) const |
bool | operator== (const Derived &other) const |
PINOCCHIO_SE3_TYPEDEF_TPL (Derived) | |
AngularRef | rotation () |
ConstAngularRef | rotation () const |
void | rotation (const AngularType &R) |
ActionMatrixType | toActionMatrix () const |
The action matrix of . More... | |
template<typename Matrix6Like > | |
void | toActionMatrix (const Eigen::MatrixBase< Matrix6Like > &action_matrix) const |
ActionMatrixType | toActionMatrixInverse () const |
The action matrix of . More... | |
template<typename Matrix6Like > | |
void | toActionMatrixInverse (const Eigen::MatrixBase< Matrix6Like > &action_matrix_inverse) const |
ActionMatrixType | toDualActionMatrix () const |
template<typename Matrix6Like > | |
void | toDualActionMatrix (const Eigen::MatrixBase< Matrix6Like > &dual_action_matrix) const |
HomogeneousMatrixType | toHomogeneousMatrix () const |
LinearRef | translation () |
ConstLinearRef | translation () const |
void | translation (const LinearType &t) |
Friends | |
std::ostream & | operator<< (std::ostream &os, const SE3Base< Derived > &X) |
Additional Inherited Members | |
Public Types inherited from pinocchio::NumericalBase< Derived > | |
typedef traits< Derived >::Scalar | Scalar |
Base class for rigid transformation.
The rigid transform aMb can be seen in two ways:
The rigid displacement is stored as a rotation matrix and translation vector by: where is the vector from origin A to origin B expressed in coordinates A.
\cheatsheet
Definition at line 30 of file se3-base.hpp.
|
inline |
ay = aXb.act(by)
Definition at line 145 of file se3-base.hpp.
|
inline |
by = aXb.actInv(ay)
Definition at line 152 of file se3-base.hpp.
|
inline |
Definition at line 43 of file se3-base.hpp.
|
inline |
Definition at line 34 of file se3-base.hpp.
|
inline |
Definition at line 38 of file se3-base.hpp.
|
inline |
Definition at line 127 of file se3-base.hpp.
|
inline |
Definition at line 167 of file se3-base.hpp.
|
inline |
Definition at line 184 of file se3-base.hpp.
|
inline |
Definition at line 195 of file se3-base.hpp.
|
inline |
Normalize *this in such a way the rotation part of *this lies on SO(3).
Definition at line 203 of file se3-base.hpp.
|
inline |
Definition at line 212 of file se3-base.hpp.
|
inline |
Definition at line 96 of file se3-base.hpp.
|
inline |
Definition at line 77 of file se3-base.hpp.
|
inline |
Definition at line 162 of file se3-base.hpp.
|
inline |
Definition at line 138 of file se3-base.hpp.
|
inline |
Definition at line 157 of file se3-base.hpp.
pinocchio::SE3Base< Derived >::PINOCCHIO_SE3_TYPEDEF_TPL | ( | Derived | ) |
|
inline |
Definition at line 56 of file se3-base.hpp.
|
inline |
Definition at line 48 of file se3-base.hpp.
|
inline |
Definition at line 64 of file se3-base.hpp.
|
inline |
|
inline |
Definition at line 102 of file se3-base.hpp.
|
inline |
|
inline |
Definition at line 117 of file se3-base.hpp.
|
inline |
Definition at line 122 of file se3-base.hpp.
|
inline |
Definition at line 133 of file se3-base.hpp.
|
inline |
Definition at line 73 of file se3-base.hpp.
|
inline |
Definition at line 60 of file se3-base.hpp.
|
inline |
Definition at line 52 of file se3-base.hpp.
|
inline |
Definition at line 68 of file se3-base.hpp.
|
friend |
Definition at line 174 of file se3-base.hpp.