APM_Control: New default PID values for balance bots

This commit is contained in:
Ebin 2018-07-06 12:18:09 +05:30 committed by Andrew Tridgell
parent ce182fd307
commit 30b3d63e8a

View File

@ -20,9 +20,9 @@
#define AR_ATTCONTROL_THR_SPEED_IMAX 1.00f
#define AR_ATTCONTROL_THR_SPEED_D 0.00f
#define AR_ATTCONTROL_THR_SPEED_FILT 10.00f
#define AR_ATTCONTROL_PITCH_THR_P 30.0f
#define AR_ATTCONTROL_PITCH_THR_I 10.0f
#define AR_ATTCONTROL_PITCH_THR_D 15.0f
#define AR_ATTCONTROL_PITCH_THR_P 100.0f
#define AR_ATTCONTROL_PITCH_THR_I 80.0f
#define AR_ATTCONTROL_PITCH_THR_D 1.0f
#define AR_ATTCONTROL_PITCH_THR_IMAX 1.0f
#define AR_ATTCONTROL_PITCH_THR_FILT 10.0f
#define AR_ATTCONTROL_DT 0.02f