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

#include <KFD_PosVel.hpp>

Public Types

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

Public Member Functions

EIGEN_MAKE_ALIGNED_OPERATOR_NEW StatePosVel ()
 
vector_tvector ()
 
Eigen::Block< vector_t, 3, 1 > & pos_world ()
 
Eigen::Block< vector_t, 3, 1 > & vel_body ()
 

Static Public Attributes

static const int SIZE = 6
 

Protected Attributes

vector_t _x
 
Eigen::Block< vector_t, 3, 1 > _pos_w
 
Eigen::Block< vector_t, 3, 1 > _vel_i
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

EIGEN_MAKE_ALIGNED_OPERATOR_NEW pose_ekf::StatePosVel::StatePosVel ( )
inline

Member Function Documentation

Eigen::Block<vector_t, 3, 1>& pose_ekf::StatePosVel::pos_world ( )
inline
vector_t& pose_ekf::StatePosVel::vector ( )
inline
Eigen::Block<vector_t, 3, 1>& pose_ekf::StatePosVel::vel_body ( )
inline

Member Data Documentation

Eigen::Block<vector_t, 3, 1> pose_ekf::StatePosVel::_pos_w
protected
Eigen::Block<vector_t, 3, 1> pose_ekf::StatePosVel::_vel_i
protected
vector_t pose_ekf::StatePosVel::_x
protected
const int pose_ekf::StatePosVel::SIZE = 6
static

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