PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Go to the source code of this file.
Variables | |
static constexpr float | DT_MIN = 0.001f |
minimum allowed value of _dt (sec) More... | |
static constexpr float | DT_MAX = 1.0f |
max value of _dt allowed before a filter state reset is performed (sec) More... | |
Definition in file tecs.cpp.
|
static |
max value of _dt allowed before a filter state reset is performed (sec)
Definition at line 44 of file tecs.cpp.
Referenced by TECS::_initialize_states(), TECS::_update_speed_states(), TECS::update_pitch_throttle(), and TECS::update_vehicle_state_estimates().
|
static |
minimum allowed value of _dt (sec)
Definition at line 43 of file tecs.cpp.
Referenced by TECS::_initialize_states(), TECS::_update_speed_states(), TECS::update_pitch_throttle(), and TECS::update_vehicle_state_estimates().