#include <sobec/crocomplements/residual-fly-angle.hpp>


Public Types | |
| typedef MathBaseTpl< Scalar > | MathBase |
| typedef ResidualDataAbstractTpl< Scalar > | Base |
| typedef DataCollectorAbstractTpl< Scalar > | DataCollectorAbstract |
| typedef MathBase::Matrix6xs | Matrix6xs |
| typedef MathBase::Matrix3xs | Matrix3xs |
| typedef MathBase::Matrix3s | Matrix3s |
| typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
| template<template< typename Scalar > class Model> | |
| ResidualDataFlyAngleTpl (Model< Scalar > *const model, DataCollectorAbstract *const data) | |
Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
| pinocchio::DataTpl< Scalar > * | pinocchio |
| Pinocchio data. More... | |
| Matrix6xs | d_dq |
| Matrix6xs | d_dv |
| Matrix6xs | l_dnu_dq |
| Matrix6xs | l_dnu_dv |
| Matrix3xs | o_dv_dq |
| Matrix3xs | o_dv_dv |
| Matrix3xs | o_Jw |
| Matrix3xs | vxJ |
| Scalar | ez |
| Scalar | sig |
| Scalar | alpha |
| Scalar | sig_dt |
| Scalar | sig_ddt |
| Scalar | alpha_dt |
| Matrix3s | rotation_alpha |
| Matrix3s | rotation_alpha_dt |
| typedef ResidualDataAbstractTpl<Scalar> sobec::ResidualDataFlyAngleTpl< _Scalar >::Base |
| typedef DataCollectorAbstractTpl<Scalar> sobec::ResidualDataFlyAngleTpl< _Scalar >::DataCollectorAbstract |
| typedef MathBaseTpl<Scalar> sobec::ResidualDataFlyAngleTpl< _Scalar >::MathBase |
| typedef MathBase::Matrix3s sobec::ResidualDataFlyAngleTpl< _Scalar >::Matrix3s |
| typedef MathBase::Matrix3xs sobec::ResidualDataFlyAngleTpl< _Scalar >::Matrix3xs |
| typedef MathBase::Matrix6xs sobec::ResidualDataFlyAngleTpl< _Scalar >::Matrix6xs |
| typedef MathBase::VectorXs sobec::ResidualDataFlyAngleTpl< _Scalar >::VectorXs |
|
inline |
| Scalar sobec::ResidualDataFlyAngleTpl< _Scalar >::alpha |
| Scalar sobec::ResidualDataFlyAngleTpl< _Scalar >::alpha_dt |
| Matrix6xs sobec::ResidualDataFlyAngleTpl< _Scalar >::d_dq |
| Matrix6xs sobec::ResidualDataFlyAngleTpl< _Scalar >::d_dv |
| Scalar sobec::ResidualDataFlyAngleTpl< _Scalar >::ez |
| Matrix6xs sobec::ResidualDataFlyAngleTpl< _Scalar >::l_dnu_dq |
| Matrix6xs sobec::ResidualDataFlyAngleTpl< _Scalar >::l_dnu_dv |
| Matrix3xs sobec::ResidualDataFlyAngleTpl< _Scalar >::o_dv_dq |
| Matrix3xs sobec::ResidualDataFlyAngleTpl< _Scalar >::o_dv_dv |
| Matrix3xs sobec::ResidualDataFlyAngleTpl< _Scalar >::o_Jw |
| pinocchio::DataTpl<Scalar>* sobec::ResidualDataFlyAngleTpl< _Scalar >::pinocchio |
Pinocchio data.
| Matrix3s sobec::ResidualDataFlyAngleTpl< _Scalar >::rotation_alpha |
| Matrix3s sobec::ResidualDataFlyAngleTpl< _Scalar >::rotation_alpha_dt |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar sobec::ResidualDataFlyAngleTpl< _Scalar >::Scalar |
| Scalar sobec::ResidualDataFlyAngleTpl< _Scalar >::sig |
| Scalar sobec::ResidualDataFlyAngleTpl< _Scalar >::sig_ddt |
| Scalar sobec::ResidualDataFlyAngleTpl< _Scalar >::sig_dt |
| Matrix3xs sobec::ResidualDataFlyAngleTpl< _Scalar >::vxJ |