mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 07:45:29 +03:00
120hz altitude data used in GPS Rescue
Disarm on crash flip recovery or impact while in do nothing mode add blackbox headers for new fields rearrange altitude factors fix ibus uint16 for estimatedVario update GPS altitude at 120hz get GPS derivative from error PT2 filter on GPS derivative remove acceleration element move altitude filtering to position.c calculate altitude derivative in position.c for vario filter vario with PT1 update pg in position and baro field and test tuning from field tests land 3x faster from higher altitude PT2 vario for checking GPS
This commit is contained in:
parent
e1cafc0434
commit
b88e73d137
12 changed files with 261 additions and 251 deletions
|
@ -73,7 +73,7 @@ uint16_t getVbat(void)
|
|||
|
||||
extern "C" {
|
||||
static int32_t amperage = 100;
|
||||
static int32_t estimatedVario = 0;
|
||||
static int16_t estimatedVario = 0;
|
||||
static uint8_t batteryRemaining = 0;
|
||||
static throttleStatus_e throttleStatus = THROTTLE_HIGH;
|
||||
static uint32_t definedFeatures = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue