#include <KFD_PosVelOriAcc.hpp>
|
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | StatePosVelOriAcc () |
| |
| vector_t & | vector () |
| |
| 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 const int | SIZE = 15 |
| |
|
| 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 |
| |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW pose_ekf::StatePosVelOriAcc::StatePosVelOriAcc |
( |
| ) |
|
|
inline |
| 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 |
| 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: