mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 08:36:08 +08:00
MC pos control: Widen manual deadband back to 20%
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user