AP_Scripting: add AHRS:get_relative_position_NED_origin binding

This commit is contained in:
Randy Mackay 2021-08-11 20:42:25 +09:00 committed by Andrew Tridgell
parent 54c4a9f88a
commit 056cb073be

View File

@ -34,6 +34,7 @@ singleton AP_AHRS method wind_estimate Vector3f
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 get_relative_position_NED_origin boolean Vector3f'Null
singleton AP_AHRS method home_is_set boolean
singleton AP_AHRS method healthy boolean
singleton AP_AHRS method airspeed_estimate boolean float'Null