Main MRPT website > C++ reference
MRPT logo
List of all members | Public Types | Static Public Member Functions | Static Public Attributes
mrpt::srba::landmarks::RelativePoses2D Struct Reference

Detailed Description

A parameterization of SE(2) relative poses ("fake landmarks" to emulate graph-SLAM)

Definition at line 94 of file landmarks.h.

#include <mrpt/srba/models/landmarks.h>

Public Types

typedef mrpt::srba::landmark_rendering_as_pose_constraints render_mode_t
 

Static Public Member Functions

template<class POSE , class VECTOR >
static void composePosePoint (VECTOR &pt, const POSE &pose)
 Evaluates pt = pose (+) pt. More...
 
template<class POSE , class VECTOR >
static void inverseComposePosePoint (const VECTOR &lm_global, VECTOR &lm_local, const POSE &pose)
 Evaluates lm_local = lm_global (-) pose. More...
 

Static Public Attributes

static const size_t LM_DIMS = 3
 The number of parameters in each LM parameterization relative to its base KF. More...
 
static const landmark_jacob_family_t jacob_family = jacob_relpose_landmark
 Specify the kind of Jacobian to be used for compute_jacobian_dAepsDx_deps<> More...
 

Member Typedef Documentation

Definition at line 99 of file landmarks.h.

Member Function Documentation

template<class POSE , class VECTOR >
static void mrpt::srba::landmarks::RelativePoses2D::composePosePoint ( VECTOR &  pt,
const POSE &  pose 
)
inlinestatic

Evaluates pt = pose (+) pt.

Parameters
[in,out]ptA vector with the landmark parameterization values
[in]poseThe relative pose

Definition at line 105 of file landmarks.h.

References MRPT_UNUSED_PARAM.

template<class POSE , class VECTOR >
static void mrpt::srba::landmarks::RelativePoses2D::inverseComposePosePoint ( const VECTOR &  lm_global,
VECTOR &  lm_local,
const POSE &  pose 
)
inlinestatic

Evaluates lm_local = lm_global (-) pose.

Parameters
[in]lm_globalA vector with the landmark parameterization values in "global" coordinates
[out]lm_localA vector with the landmark parameterization values in "local" coordinates, as seen from "pose"
[in]poseThe relative pose

Definition at line 115 of file landmarks.h.

References MRPT_UNUSED_PARAM.

Member Data Documentation

const landmark_jacob_family_t mrpt::srba::landmarks::RelativePoses2D::jacob_family = jacob_relpose_landmark
static

Specify the kind of Jacobian to be used for compute_jacobian_dAepsDx_deps<>

Definition at line 97 of file landmarks.h.

const size_t mrpt::srba::landmarks::RelativePoses2D::LM_DIMS = 3
static

The number of parameters in each LM parameterization relative to its base KF.

Definition at line 96 of file landmarks.h.




Page generated by Doxygen 1.8.9.1 for MRPT 1.3.0 SVN: at Sun Sep 13 03:55:12 UTC 2015