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

#include <KFD_PosVelOriAcc.hpp>

Public Types

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

Public Member Functions

EIGEN_MAKE_ALIGNED_OPERATOR_NEW StatePosVelOriAcc ()
 
vector_tvector ()
 
Eigen::Block< vector_t, 3, 1 > & pos_world ()
 
Eigen::Block< vector_t, 3, 1 > & vel_inertial ()
 
Eigen::Block< vector_t, 3, 1 > & acc_inertial ()
 
Eigen::Block< vector_t, 3, 1 > & or_w ()
 
Eigen::Block< vector_t, 3, 1 > & angular_velocity_inertial ()
 

Static Public Attributes

static const int SIZE = 15
 

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
 
Eigen::Block< vector_t, 3, 1 > _or_w
 
Eigen::Block< vector_t, 3, 1 > _w_i
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

EIGEN_MAKE_ALIGNED_OPERATOR_NEW pose_ekf::StatePosVelOriAcc::StatePosVelOriAcc ( )
inline

Member Function Documentation

Eigen::Block<vector_t, 3, 1>& pose_ekf::StatePosVelOriAcc::acc_inertial ( )
inline
Eigen::Block<vector_t, 3, 1>& pose_ekf::StatePosVelOriAcc::angular_velocity_inertial ( )
inline
Eigen::Block<vector_t, 3, 1>& pose_ekf::StatePosVelOriAcc::or_w ( )
inline
Eigen::Block<vector_t, 3, 1>& pose_ekf::StatePosVelOriAcc::pos_world ( )
inline
vector_t& pose_ekf::StatePosVelOriAcc::vector ( )
inline
Eigen::Block<vector_t, 3, 1>& pose_ekf::StatePosVelOriAcc::vel_inertial ( )
inline

Member Data Documentation

Eigen::Block<vector_t, 3, 1> pose_ekf::StatePosVelOriAcc::_acc_i
protected
Eigen::Block<vector_t, 3, 1> pose_ekf::StatePosVelOriAcc::_or_w
protected
Eigen::Block<vector_t, 3, 1> pose_ekf::StatePosVelOriAcc::_pos_w
protected
Eigen::Block<vector_t, 3, 1> pose_ekf::StatePosVelOriAcc::_vel_i
protected
Eigen::Block<vector_t, 3, 1> pose_ekf::StatePosVelOriAcc::_w_i
protected
vector_t pose_ekf::StatePosVelOriAcc::_x
protected
const int pose_ekf::StatePosVelOriAcc::SIZE = 15
static

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