mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-29 02:38:07 +08:00
Flying Quadshot with INDI and adaptive gains
And removed trailing whitespace
This commit is contained in:
@@ -351,7 +351,7 @@ static inline void stabilization_indi_calc_cmd(int32_t indi_commands[], struct I
|
||||
Bound(indi.u_in.q, -9600, 9600);
|
||||
float rlim = 9600 - fabs(indi.u_in.q);
|
||||
Bound(indi.u_in.r, -rlim, rlim);
|
||||
Bound(indi.u_in.r, -9600, 9600);
|
||||
Bound(indi.u_in.r, -9600, 9600);
|
||||
#else
|
||||
Bound(indi.u_in.p, -4500, 4500);
|
||||
Bound(indi.u_in.q, -4500, 4500);
|
||||
|
||||
Reference in New Issue
Block a user