zero altctl deadband

This commit is contained in:
Mark Whitehorn 2016-01-02 11:13:12 -07:00 committed by tumbili
parent 159abb9b00
commit 5de7c7e426
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public:
private:
const float alt_ctl_dz = 0.05f;
const float alt_ctl_dy = 0.025f;
const float alt_ctl_dy = 0.05f;
bool _task_should_exit; /**< if true, task should exit */
int _control_task; /**< task handle for task */