mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_Scripting: add ahrs get_relative_position_D_home binding
This commit is contained in:
parent
f0623fa8c9
commit
7b6ad412fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user