1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 08:15:26 +03:00

Surface estimation tweaks

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2017-03-08 22:07:26 +10:00
parent 30bdeae47d
commit cf73ab9a39
7 changed files with 21 additions and 16 deletions

View file

@ -2728,7 +2728,7 @@ void navigationUsePIDs(void)
// Initialize surface tracking PID
navPidInit(&posControl.pids.surface, 2.0f,
1.0f,
0.0f,
0.0f);
/** Airplane PIDs */