AC_PosControl: remove completed to-do comments

This commit is contained in:
Randy Mackay 2014-10-04 23:31:33 +09:00
parent f65e81cb07
commit 1754cacf3c
1 changed files with 1 additions and 4 deletions

View File

@ -393,11 +393,8 @@ void AC_PosControl::accel_to_throttle(float accel_target_z)
// get d term
d = _pid_alt_accel.get_d(_accel_error.z, _dt);
// To-Do: pull min/max throttle from motors
// To-Do: we had a contraint here but it's now removed, is this ok? with the motors library handle it ok?
// send throttle to attitude controller with angle boost
_attitude_control.set_throttle_out((int16_t)p+i+d+_throttle_hover, true);
// to-do add back in PID logging?
}
///