mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 09:45:33 +03:00
Use GPS and DCM to estimate the airspeed for fixwing.
This commit is contained in:
parent
cde920e83a
commit
41013ad389
4 changed files with 146 additions and 1 deletions
|
@ -86,7 +86,7 @@ STATIC_FASTRAM fpVector3_t vCorrectedMagNorth; // Magnetic North vec
|
|||
|
||||
FASTRAM fpQuaternion_t orientation;
|
||||
FASTRAM attitudeEulerAngles_t attitude; // absolute angle inclination in multiple of 0.1 degree 180 deg = 1800
|
||||
STATIC_FASTRAM_UNIT_TESTED float rMat[3][3];
|
||||
FASTRAM float rMat[3][3];
|
||||
|
||||
STATIC_FASTRAM imuRuntimeConfig_t imuRuntimeConfig;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue