mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 18:39:06 +08:00
mc_att_control: yaw deadzone increased
This commit is contained in:
parent
da77ae8ffd
commit
6f559b279e
@ -85,7 +85,7 @@
|
||||
extern "C" __EXPORT int mc_att_control_main(int argc, char *argv[]);
|
||||
|
||||
#define MIN_TAKEOFF_THROTTLE 0.3f
|
||||
#define YAW_DEADZONE 0.01f
|
||||
#define YAW_DEADZONE 0.05f
|
||||
#define RATES_I_LIMIT 0.5f
|
||||
|
||||
class MulticopterAttitudeControl
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user