mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Improve landing, update OSD, BB names, smooth Pitch, sanity bugfix
Bugfix potential sanity check failure on negative ascent or slow descent Bugfix sanity failure on low climb authority builds Update GPS Rescue OSD, CLI, Blackbox names and sequence Allow zero climb altitude and return speed Change some GPS Rescue altitude names max rescue yaw rate = 180 deg/s check yaw error angle faster update rate Yaw faster Initate yaw smoothly. Increase throttle D during faster descents climb without rotating smoother transition to fly home fix maxAlt bug by using float update heading debug to include groundSpeed etc altitude lowpass default 3Hz not 4Hz increase disarm threshold from 1.0g to 1.5g PT3 on pitch at 4Hz.
This commit is contained in:
parent
b88e73d137
commit
47460f55e1
6 changed files with 313 additions and 226 deletions
|
@ -81,7 +81,7 @@ PG_REGISTER_WITH_RESET_TEMPLATE(positionConfig_t, positionConfig, PG_POSITION, 4
|
|||
PG_RESET_TEMPLATE(positionConfig_t, positionConfig,
|
||||
.altitude_source = DEFAULT,
|
||||
.altitude_prefer_baro = 100,
|
||||
.altitude_lpf = 400,
|
||||
.altitude_lpf = 300,
|
||||
.altitude_d_lpf = 100,
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue