AR_AttitudeControl: lengthen timeout to 200ms

This is required because occasionally the turn rate controller can be disabled for just over 100ms as new navigation commands are loaded
This commit is contained in:
Randy Mackay 2017-12-25 15:07:14 +09:00
parent a2b1807ca0
commit 9930550cfc

View File

@ -18,7 +18,7 @@
#define AR_ATTCONTROL_THR_SPEED_D 0.00f
#define AR_ATTCONTROL_THR_SPEED_FILT 5.00f
#define AR_ATTCONTROL_DT 0.02f
#define AR_ATTCONTROL_TIMEOUT_MS 100
#define AR_ATTCONTROL_TIMEOUT_MS 200
// throttle/speed control maximum acceleration/deceleration (in m/s) (_ACCEL_MAX parameter default)
#define AR_ATTCONTROL_THR_ACCEL_MAX 5.00f