mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 01:05:21 +03:00
[IMU] Post-review cleanups
This commit is contained in:
parent
a0e6c7e847
commit
bfa0a31f1a
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@
|
|||
|
||||
#define SPIN_RATE_LIMIT 20
|
||||
#define MAX_ACC_SQ_NEARNESS 25 // 25% or G^2, accepted acceleration of (0.87 - 1.12G)
|
||||
#define MAX_GPS_HEADING_ERROR_DEG 60 // Amount of error between GPS CoG and estimated Yaw at witch we stop trusting GPS and fallback to MAG
|
||||
|
||||
FASTRAM fpVector3_t imuMeasuredAccelBF;
|
||||
FASTRAM fpVector3_t imuMeasuredRotationBF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue