![]() |
WarpTwin
Documentation for WarpTwin models and classes.
|
Go to the source code of this file.
Namespaces | |
| namespace | inertial_nav |
Typedefs | |
| using | inertial_nav::StateVector = std::array<floating_point, STATE_SIZE> |
| using | inertial_nav::CovarianceMatrix = clockwerk::Matrix<STATE_SIZE, STATE_SIZE> |
| using | inertial_nav::PropagateObsVector = std::array<floating_point, PROPAGATE_OBSERVER_SIZE> |
| using | inertial_nav::SunObsVector = std::array<floating_point, SUN_OBSERVER_SIZE> |
| using | inertial_nav::SunMeasVector = std::array<floating_point, SUN_MEAS_SIZE> |
| using | inertial_nav::MagObsVector = std::array<floating_point, MAG_OBSERVER_SIZE> |
| using | inertial_nav::MagMeasVector = std::array<floating_point, MAG_MEAS_SIZE> |
| using | inertial_nav::GpsObsVector = std::array<floating_point, GPS_OBSERVER_SIZE> |
| using | inertial_nav::GpsMeasVector = std::array<floating_point, GPS_MEAS_SIZE> |