AP_Scripting: replace prearm_healthy binding with healthy

This commit is contained in:
Randy Mackay 2020-08-11 14:18:15 +09:00 committed by Peter Barker
parent facc0ea8bb
commit d31a00a6a1

View File

@ -34,7 +34,7 @@ singleton AP_AHRS method groundspeed_vector Vector2f
singleton AP_AHRS method get_velocity_NED boolean Vector3f'Null
singleton AP_AHRS method get_relative_position_NED_home boolean Vector3f'Null
singleton AP_AHRS method home_is_set boolean
singleton AP_AHRS method prearm_healthy boolean
singleton AP_AHRS method healthy boolean
singleton AP_AHRS method airspeed_estimate boolean float'Null
singleton AP_AHRS method get_vibration Vector3f
singleton AP_AHRS method earth_to_body Vector3f Vector3f