mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AC_PosControl: remove completed to-do comments
This commit is contained in:
parent
f65e81cb07
commit
1754cacf3c
@ -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?
|
||||
}
|
||||
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user