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

#include <KFD_PosVelAcc.hpp>

Public Types

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

Public Member Functions

EIGEN_MAKE_ALIGNED_OPERATOR_NEW StatePosVelAcc ()
 
vector_tvector ()
 
Eigen::Block< vector_t, 3, 1 > & pos_world ()
 
Eigen::Block< vector_t, 3, 1 > & vel_world ()
 
Eigen::Block< vector_t, 3, 1 > & acc_inertial ()
 

Static Public Attributes

static const int SIZE = 9
 

Protected Attributes

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

Member Typedef Documentation

◆ vector_t

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

Constructor & Destructor Documentation

◆ StatePosVelAcc()

EIGEN_MAKE_ALIGNED_OPERATOR_NEW pose_ekf::StatePosVelAcc::StatePosVelAcc ( )
inline

Member Function Documentation

◆ acc_inertial()

Eigen::Block<vector_t, 3, 1>& pose_ekf::StatePosVelAcc::acc_inertial ( )
inline

◆ pos_world()

Eigen::Block<vector_t, 3, 1>& pose_ekf::StatePosVelAcc::pos_world ( )
inline

◆ vector()

vector_t& pose_ekf::StatePosVelAcc::vector ( )
inline

◆ vel_world()

Eigen::Block<vector_t, 3, 1>& pose_ekf::StatePosVelAcc::vel_world ( )
inline

Member Data Documentation

◆ _acc_i

Eigen::Block<vector_t, 3, 1> pose_ekf::StatePosVelAcc::_acc_i
protected

◆ _pos_w

Eigen::Block<vector_t, 3, 1> pose_ekf::StatePosVelAcc::_pos_w
protected

◆ _vel_i

Eigen::Block<vector_t, 3, 1> pose_ekf::StatePosVelAcc::_vel_i
protected

◆ _x

vector_t pose_ekf::StatePosVelAcc::_x
protected

◆ SIZE

const int pose_ekf::StatePosVelAcc::SIZE = 9
static

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