GCOP
1.0
|
#include <insimu.h>
Public Types | |
typedef Matrix< double, _nu, 1 > | Vectorcd |
typedef Matrix< double, _np, 1 > | Vectormd |
typedef Matrix< double, _nz, 1 > | Vectorzd |
typedef Matrix< double, _nz, 3 > | Matrixz3d |
typedef Matrix< double, _nz, _nu > | Matrixzcd |
typedef Matrix< double, _nz, 15 > | Matrixz15d |
typedef Matrix< double, _nz, _np > | Matrixzmd |
Public Member Functions | |
InsImu () | |
bool | operator() (Vectorzd &y, double t, const InsState &x, const Vectorcd &u, const Vectormd *p=0, Matrixz15d *dydx=0, Matrixzcd *dydu=0, Matrixzmd *dydp=0) |
Public Attributes | |
Vector3d | a0 |
acceleration reference | |
Vector3d | m0 |
magnetometer reference | |
double | sra |
acceleration measurement stdev | |
double | srm |
magnetometer measurement stdev |
General sensor model
Subclasses should provide implementation for the sensor function ()
Author: Marin Kobilarov marin(at)jhu.edu
typedef Matrix<double, _nz, 15> gcop::InsImu< _nz, _nu, _np >::Matrixz15d |
typedef Matrix<double, _nz, 3> gcop::InsImu< _nz, _nu, _np >::Matrixz3d |
typedef Matrix<double, _nz, _nu> gcop::InsImu< _nz, _nu, _np >::Matrixzcd |
typedef Matrix<double, _nz, _np> gcop::InsImu< _nz, _nu, _np >::Matrixzmd |
typedef Matrix<double, _nu, 1> gcop::InsImu< _nz, _nu, _np >::Vectorcd |
Reimplemented from gcop::Sensor< InsState, 15, _nu, _np, Matrix< double, _nz, 1 >, _nz >.
typedef Matrix<double, _np, 1> gcop::InsImu< _nz, _nu, _np >::Vectormd |
Reimplemented from gcop::Sensor< InsState, 15, _nu, _np, Matrix< double, _nz, 1 >, _nz >.
typedef Matrix<double, _nz, 1> gcop::InsImu< _nz, _nu, _np >::Vectorzd |
gcop::InsImu< _nz, _nu, _np >::InsImu | ( | ) |
< acceleration measurement stdev
< magnetometer measurement stdev
References gcop::InsImu< _nz, _nu, _np >::a0, gcop::InsImu< _nz, _nu, _np >::m0, gcop::Sensor< InsState, 15, _nu, _np, Matrix< double, _nz, 1 >, _nz >::R, gcop::InsImu< _nz, _nu, _np >::sra, and gcop::InsImu< _nz, _nu, _np >::srm.
bool gcop::InsImu< _nz, _nu, _np >::operator() | ( | Vectorzd & | y, |
double | t, | ||
const InsState & | x, | ||
const Vectorcd & | u, | ||
const Vectormd * | p = 0 , |
||
Matrixz15d * | dydx = 0 , |
||
Matrixzcd * | dydu = 0 , |
||
Matrixzmd * | dydp = 0 |
||
) | [inline] |
References gcop::InsState::ba, gcop::SO3::hat(), gcop::SO3::Instance(), and gcop::InsState::R.
Vector3d gcop::InsImu< _nz, _nu, _np >::a0 |
acceleration reference
Referenced by gcop::InsImu< _nz, _nu, _np >::InsImu().
Vector3d gcop::InsImu< _nz, _nu, _np >::m0 |
magnetometer reference
Referenced by gcop::InsImu< _nz, _nu, _np >::InsImu().
double gcop::InsImu< _nz, _nu, _np >::sra |
acceleration measurement stdev
Referenced by gcop::InsImu< _nz, _nu, _np >::InsImu().
double gcop::InsImu< _nz, _nu, _np >::srm |
magnetometer measurement stdev
Referenced by gcop::InsImu< _nz, _nu, _np >::InsImu().