ACM: Added Loiter D tuning

This commit is contained in:
Jason Short 2012-03-10 14:17:57 -08:00
parent cb8729109c
commit 62c2aa4924
1 changed files with 5 additions and 0 deletions

View File

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