mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
AP_Scripting: add AHRS:get_relative_position_NED_origin binding
This commit is contained in:
parent
0b4e926215
commit
5eb65c9a1f
@ -35,6 +35,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
|
||||
|
Loading…
Reference in New Issue
Block a user