|
Avionics
Core avionics package for CURE flight computers
|
#include <array>#include <cstdint>#include "data_handling/DataPoint.h"#include "state_estimation/StateEstimationTypes.h"

Go to the source code of this file.
Classes | |
| struct | NoiseVariances |
| struct | InitialState |
| class | VerticalVelocityEstimator |
| 1D Kalman filter fusing altimeter and accelerometer data. More... | |
Variables | |
| constexpr float | MINIMUM_DELTA_T_S = 0.01f |
| constexpr float | MILLISECONDS_TO_SECONDS = 0.001f |
|
constexpr |
Definition at line 13 of file VerticalVelocityEstimator.h.
|
constexpr |
Definition at line 12 of file VerticalVelocityEstimator.h.