mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
estimator_interface: remove unused getter
This commit is contained in:
parent
8115cf2597
commit
61c990c5ee
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user