mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 20:03:54 +08:00
estimator_interface: remove unused getter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user