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

◆ vector_t

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

Constructor & Destructor Documentation

◆ StatePosVel()

EIGEN_MAKE_ALIGNED_OPERATOR_NEW pose_ekf::StatePosVel::StatePosVel ( )
inline

Member Function Documentation

◆ pos_world()

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

◆ vector()

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

◆ vel_body()

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

Member Data Documentation

◆ _pos_w

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

◆ _vel_i

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

◆ _x

vector_t pose_ekf::StatePosVel::_x
protected

◆ SIZE

const int pose_ekf::StatePosVel::SIZE = 6
static

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