estimator_interface: remove unused getter

This commit is contained in:
Matthias Grob 2026-01-26 16:26:25 +01:00
parent 8115cf2597
commit 61c990c5ee

View File

@ -190,9 +190,6 @@ public:
// return true if the attitude is usable
bool attitude_valid() const { return _control_status.flags.tilt_align; }
// get vehicle landed status data
bool get_in_air_status() const { return _control_status.flags.in_air; }
#if defined(CONFIG_EKF2_WIND)
bool get_wind_status() const { return _control_status.flags.wind || _external_wind_init; }
#endif // CONFIG_EKF2_WIND