ardupilot/libraries/AC_AttitudeControl
lthall 1bdde31f6b Copter: Fix zero throttle flip issue Stabilize
The problem is that the init_targets is intended to ensure the
controller doesn't build up the I term when the throttle is low. Because
it is poorly named (or used) it have been written to do something else.
Here I change it to do what the code is trying to use it to do.
2014-06-10 20:02:01 +09:00
..
examples/AC_AttitudeControl_test AC_AttitudeControl: updated example for new GPS API 2014-04-01 06:38:25 +11:00
AC_AttitudeControl_Heli.cpp AC_AttitudeControl_Heli: Change to use AC_HELI_PID class instead of AC_PID. Remove FF parameters from class. 2014-05-29 17:39:06 +09:00
AC_AttitudeControl_Heli.h AC_AttitudeControl_Heli: Change to use AC_HELI_PID class instead of AC_PID. Remove FF parameters from class. 2014-05-29 17:39:06 +09:00
AC_AttitudeControl.cpp Copter: Fix zero throttle flip issue Stabilize 2014-06-10 20:02:01 +09:00
AC_AttitudeControl.h AC_AttControl: increase default accel max 2014-05-29 17:40:26 +09:00
AC_PosControl.cpp AC_PosControl: fix typo in D-filter definition 2014-05-29 17:50:48 +09:00
AC_PosControl.h AC_PosControl: fix typo in D-filter definition 2014-05-29 17:50:48 +09:00