mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Copter: Rate Pitch IMAX default to 1000
Spotted by Jonathan Challinger, thanks!
This commit is contained in:
parent
e0caee9500
commit
2f3f1a1d5e
@ -634,7 +634,7 @@
|
||||
# define RATE_PITCH_D 0.004f
|
||||
#endif
|
||||
#ifndef RATE_PITCH_IMAX
|
||||
# define RATE_PITCH_IMAX 500
|
||||
# define RATE_PITCH_IMAX 1000
|
||||
#endif
|
||||
|
||||
#ifndef RATE_YAW_P
|
||||
|
Loading…
Reference in New Issue
Block a user