Improve landing, update OSD, BB names, smooth Pitch, sanity bugfix
commit47460f55e114b91ddf157fe60056fad79dd42450
authorctzsnooze <chris.thompson@sydney.edu.au>
Fri, 9 Sep 2022 03:06:20 +0000 (9 13:06 +1000)
committerctzsnooze <chris.thompson@sydney.edu.au>
Thu, 15 Sep 2022 01:31:36 +0000 (15 11:31 +1000)
tree0460949d9914bfb08d063b9e32d09febc69f4fd6
parentb88e73d13767f66e4ccb13b082f8b0c6ae60dcad
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.
src/main/blackbox/blackbox.c
src/main/cli/settings.c
src/main/cms/cms_menu_gps_rescue.c
src/main/fc/parameter_names.h
src/main/flight/gps_rescue.c
src/main/flight/position.c