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:
parent
30bdeae47d
commit
cf73ab9a39
7 changed files with 21 additions and 16 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue