MC pos control: Widen manual deadband back to 20%

This commit is contained in:
Lorenz Meier
2015-11-09 23:40:31 +01:00
parent a9a1e69dd6
commit 1b640f80fe
@@ -119,7 +119,7 @@ public:
int start();
private:
const float alt_ctl_dz = 0.025f;
const float alt_ctl_dz = 0.1f;
bool _task_should_exit; /**< if true, task should exit */
int _control_task; /**< task handle for task */