Skyward boardcore
|
#include <NASConfig.h>
Public Attributes | |
float | T |
[s] Sample period | |
float | SIGMA_BETA |
[rad/s^2] Estimated gyroscope bias variance | |
float | SIGMA_W |
[rad] Estimated gyroscope variance | |
float | SIGMA_ACC |
[m/s^2] Estimated accelerometer variance | |
float | SIGMA_MAG |
[uT] Estimated magnetometer variance | |
Eigen::Vector4f | SIGMA_GPS |
float | SIGMA_BAR |
[Pa] Estimated altitude variance | |
float | SIGMA_POS |
[m] Estimated variance of the position noise | |
float | SIGMA_VEL |
[m/s] Estimated variance of the velocity noise | |
float | SIGMA_PITOT |
[Pa] Estimated variance of the pitot velocity | |
float | P_POS |
Position prediction covariance horizontal. | |
float | P_POS_VERTICAL |
Position prediction covariance vertical. | |
float | P_VEL |
Velocity prediction covariance horizontal. | |
float | P_VEL_VERTICAL |
Velocity prediction covariance vertical. | |
float | P_ATT |
Attitude prediction covariance. | |
float | P_BIAS |
Bias prediction covariance. | |
float | SATS_NUM = 6.0f |
Number of satellites used at setup time. | |
Eigen::Vector3f | NED_MAG |
Normalized magnetic field vector in NED frame. | |
Definition at line 30 of file NASConfig.h.
Eigen::Vector3f Boardcore::NASConfig::NED_MAG |
Normalized magnetic field vector in NED frame.
Definition at line 56 of file NASConfig.h.
float Boardcore::NASConfig::P_ATT |
Attitude prediction covariance.
Definition at line 51 of file NASConfig.h.
float Boardcore::NASConfig::P_BIAS |
Bias prediction covariance.
Definition at line 52 of file NASConfig.h.
float Boardcore::NASConfig::P_POS |
Position prediction covariance horizontal.
Definition at line 45 of file NASConfig.h.
float Boardcore::NASConfig::P_POS_VERTICAL |
Position prediction covariance vertical.
Definition at line 46 of file NASConfig.h.
float Boardcore::NASConfig::P_VEL |
Velocity prediction covariance horizontal.
Definition at line 48 of file NASConfig.h.
float Boardcore::NASConfig::P_VEL_VERTICAL |
Velocity prediction covariance vertical.
Definition at line 49 of file NASConfig.h.
float Boardcore::NASConfig::SATS_NUM = 6.0f |
Number of satellites used at setup time.
Definition at line 54 of file NASConfig.h.
float Boardcore::NASConfig::SIGMA_ACC |
[m/s^2] Estimated accelerometer variance
Definition at line 35 of file NASConfig.h.
float Boardcore::NASConfig::SIGMA_BAR |
[Pa] Estimated altitude variance
Definition at line 40 of file NASConfig.h.
float Boardcore::NASConfig::SIGMA_BETA |
[rad/s^2] Estimated gyroscope bias variance
Definition at line 33 of file NASConfig.h.
Eigen::Vector4f Boardcore::NASConfig::SIGMA_GPS |
[millideg, millideg, m/s, m/s] estimated GPS variance. position from test, velocity from datasheet
Definition at line 37 of file NASConfig.h.
float Boardcore::NASConfig::SIGMA_MAG |
[uT] Estimated magnetometer variance
Definition at line 36 of file NASConfig.h.
float Boardcore::NASConfig::SIGMA_PITOT |
[Pa] Estimated variance of the pitot velocity
Definition at line 43 of file NASConfig.h.
float Boardcore::NASConfig::SIGMA_POS |
[m] Estimated variance of the position noise
Definition at line 41 of file NASConfig.h.
float Boardcore::NASConfig::SIGMA_VEL |
[m/s] Estimated variance of the velocity noise
Definition at line 42 of file NASConfig.h.
float Boardcore::NASConfig::SIGMA_W |
[rad] Estimated gyroscope variance
Definition at line 34 of file NASConfig.h.
float Boardcore::NASConfig::T |
[s] Sample period
Definition at line 32 of file NASConfig.h.