Added Loiter Rate Tuning

This commit is contained in:
Jason Short 2012-02-26 11:15:13 -08:00
parent 0ce0c7c262
commit 517172ba20

View File

@ -2021,6 +2021,11 @@ static void tuning(){
g.pid_nav_lon.kP(tuning_value);
break;
case CH6_LOITER_RATE_P:
g.pid_loiter_rate_lon.kP(tuning_value);
g.pid_loiter_rate_lat.kP(tuning_value);
break;
case CH6_NAV_I:
g.pid_nav_lat.kI(tuning_value);
g.pid_nav_lon.kI(tuning_value);