mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 18:06:39 +08:00
MC pos control: Widen manual deadband back to 20%
This commit is contained in:
@@ -119,7 +119,7 @@ public:
|
|||||||
int start();
|
int start();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
const float alt_ctl_dz = 0.025f;
|
const float alt_ctl_dz = 0.1f;
|
||||||
|
|
||||||
bool _task_should_exit; /**< if true, task should exit */
|
bool _task_should_exit; /**< if true, task should exit */
|
||||||
int _control_task; /**< task handle for task */
|
int _control_task; /**< task handle for task */
|
||||||
|
|||||||
Reference in New Issue
Block a user