pose_ekf
Public Types | Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
pose_ekf::StatePosYawBias Class Reference

#include <EKFPosYawBiasT.hpp>

Public Types

typedef Eigen::Matrix< double, SIZE, 1 > vector_t
 

Public Member Functions

EIGEN_MAKE_ALIGNED_OPERATOR_NEW StatePosYawBias ()
 
vector_tvector ()
 
Eigen::Block< vector_t, 3, 1 > & xi ()
 
Eigen::Block< vector_t, 1, 1 > & yaw ()
 

Static Public Attributes

static const int SIZE = 4
 

Protected Attributes

vector_t _x
 
Eigen::Block< vector_t, 3, 1 > _xi
 
Eigen::Block< vector_t, 1, 1 > _yaw
 

Member Typedef Documentation

typedef Eigen::Matrix<double,SIZE,1> pose_ekf::StatePosYawBias::vector_t

Constructor & Destructor Documentation

EIGEN_MAKE_ALIGNED_OPERATOR_NEW pose_ekf::StatePosYawBias::StatePosYawBias ( )
inline

Member Function Documentation

vector_t& pose_ekf::StatePosYawBias::vector ( )
inline
Eigen::Block<vector_t, 3, 1>& pose_ekf::StatePosYawBias::xi ( )
inline
Eigen::Block<vector_t, 1, 1>& pose_ekf::StatePosYawBias::yaw ( )
inline

Member Data Documentation

vector_t pose_ekf::StatePosYawBias::_x
protected
Eigen::Block<vector_t, 3, 1> pose_ekf::StatePosYawBias::_xi
protected
Eigen::Block<vector_t, 1, 1> pose_ekf::StatePosYawBias::_yaw
protected
const int pose_ekf::StatePosYawBias::SIZE = 4
static

The documentation for this class was generated from the following file: