AP_Scripting: add ahrs get_relative_position_D_home binding

This commit is contained in:
Randy Mackay 2022-04-24 10:55:40 +09:00
parent f0623fa8c9
commit 7b6ad412fe

View File

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