mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_Scripting: add bindings for set_posvelyaw_source and get_vel_innovations
This commit is contained in:
parent
b6fe039a9f
commit
2b9fb79d72
@ -41,6 +41,8 @@ singleton AP_AHRS method earth_to_body Vector3f Vector3f
|
||||
singleton AP_AHRS method body_to_earth Vector3f Vector3f
|
||||
singleton AP_AHRS method get_EAS2TAS float
|
||||
singleton AP_AHRS method get_variances boolean float'Null float'Null float'Null Vector3f'Null float'Null
|
||||
singleton AP_AHRS method set_posvelyaw_source_set void uint8_t 0 2
|
||||
singleton AP_AHRS method get_vel_innovations_and_variances_for_source boolean uint8_t 3 6 Vector3f'Null Vector3f'Null
|
||||
|
||||
include AP_Arming/AP_Arming.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user