#include <mrpt/otherlibs/sophus/se2.hpp>
Public Types | |
using | Scalar = Scalar_ |
using | Transformation = typename Base::Transformation |
using | Point = typename Base::Point |
using | Tangent = typename Base::Tangent |
using | Adjoint = typename Base::Adjoint |
using | TranslationType = typename Eigen::internal::traits< Map< Sophus::SE2< Scalar_ >, Options > >::TranslationType |
using | SO2Type = typename Eigen::internal::traits< Map< Sophus::SE2< Scalar_ >, Options > >::SO2Type |
Public Member Functions | |
SOPHUS_FUNC | Map (Scalar *coeffs) |
SOPHUS_FUNC Map< Sophus::SO2< Scalar >, Options > & | so2 () |
SOPHUS_FUNC Map< Sophus::SO2< Scalar >, Options > const & | so2 () const |
SOPHUS_FUNC Map< Sophus::Vector2< Scalar >, Options > & | translation () |
SOPHUS_FUNC Map< Sophus::Vector2< Scalar >, Options > const & | translation () const |
SOPHUS_FUNC Adjoint | Adj () const |
SOPHUS_FUNC SE2< NewScalarType > | cast () const |
SOPHUS_FUNC SE2< Scalar > | inverse () const |
SOPHUS_FUNC Tangent | log () const |
SOPHUS_FUNC void | normalize () |
Normalize SO2 element. More... | |
SOPHUS_FUNC Transformation | matrix () const |
SOPHUS_FUNC Matrix< Scalar, 2, 3 > | matrix2x3 () const |
SOPHUS_FUNC SE2< Scalar > | operator* (SE2< Scalar > const &other) const |
SOPHUS_FUNC Point | operator* (Point const &p) const |
SOPHUS_FUNC SE2Base< Map< Sophus::SE2< Scalar_ >, Options > > & | operator*= (SE2< Scalar > const &other) |
SOPHUS_FUNC Matrix< Scalar, 2, 2 > | rotationMatrix () const |
SOPHUS_FUNC void | setComplex (Sophus::Vector2< Scalar > const &complex) |
SOPHUS_FUNC void | setRotationMatrix (Matrix< Scalar, 2, 2 > const &R) |
SOPHUS_FUNC Eigen::internal::traits< Map< Sophus::SE2< Scalar_ >, Options > >::SO2Type::Complex const & | unit_complex () const |
Static Public Member Functions | |
static SOPHUS_FUNC Tangent | log (SE2< Scalar > const &other) |
static SOPHUS_FUNC Transformation | d_lieBracketab_by_d_a (Tangent const &b) |
static SOPHUS_FUNC SE2< Scalar > | exp (Tangent const &a) |
static SOPHUS_FUNC Transformation | generator (int i) |
static SOPHUS_FUNC Transformation | hat (Tangent const &a) |
static SOPHUS_FUNC Tangent | lieBracket (Tangent const &a, Tangent const &b) |
static SOPHUS_FUNC Tangent | vee (Transformation const &Omega) |
Static Public Attributes | |
static int constexpr | DoF |
static int constexpr | num_parameters |
static int constexpr | N |
Protected Attributes | |
Map< Sophus::SO2< Scalar >, Options > | so2_ |
Map< Sophus::Vector2< Scalar >, Options > | translation_ |
Private Types | |
using | Base = Sophus::SE2Base< Map< Sophus::SE2< Scalar_ >, Options > > |
using Eigen::Map< Sophus::SE2< Scalar_ >, Options >::Adjoint = typename Base::Adjoint |
|
private |
using Eigen::Map< Sophus::SE2< Scalar_ >, Options >::Point = typename Base::Point |
using Eigen::Map< Sophus::SE2< Scalar_ >, Options >::Scalar = Scalar_ |
|
inherited |
using Eigen::Map< Sophus::SE2< Scalar_ >, Options >::Tangent = typename Base::Tangent |
using Eigen::Map< Sophus::SE2< Scalar_ >, Options >::Transformation = typename Base::Transformation |
|
inherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Definition at line 273 of file se2.hpp.
References Sophus::SO2Base< SO2< Scalar_, Options > >::exp(), and Sophus::SO2< Scalar_, Options >::unit_complex().
|
inlinestaticinherited |
Definition at line 312 of file se2.hpp.
References exprtk::details::numeric::constant::e, and SOPHUS_ENSURE.
|
inlinestaticinherited |
|
inlineinherited |
Definition at line 100 of file se2.hpp.
References Sophus::SO2Base< Derived >::inverse().
|
inlinestaticinherited |
|
inlineinherited |
Definition at line 109 of file se2.hpp.
References Sophus::SE2Base< Derived >::log().
|
inlinestaticinherited |
Definition at line 368 of file se2.hpp.
References Sophus::SO2Base< SO2< Scalar_, Options > >::log(), Sophus::SE2< Scalar_, Options >::so2(), Sophus::SE2< Scalar_, Options >::translation(), Sophus::SO2< Scalar_, Options >::unit_complex(), and exprtk::details::z.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Definition at line 176 of file se2.hpp.
References Sophus::SE2< Scalar_, Options >::so2(), and Sophus::SE2< Scalar_, Options >::translation().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Definition at line 200 of file se2.hpp.
References SOPHUS_FUNC.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inlinestaticinherited |
Definition at line 404 of file se2.hpp.
References SOPHUS_ENSURE, and Sophus::SO2Base< SO2< Scalar_, Options > >::vee().
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
protected |
|
protected |
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Sun Nov 26 00:44:48 UTC 2017 |