mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
convergence config: increase idle speed in mc mode
- this makes sure that all motors are idling in mc mode. having this too low can lead to a motor stopping in flight which is critical for attitude control - experienced loss of attitude control in RTL during descent prior to this change Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
parent
493c41c76e
commit
bf097d7fa4
@ -23,7 +23,7 @@ if [ $AUTOCNF == yes ]
|
||||
then
|
||||
param set VT_MOT_COUNT 3
|
||||
param set VT_FW_MOT_OFFID 3
|
||||
param set VT_IDLE_PWM_MC 1080
|
||||
param set VT_IDLE_PWM_MC 1150
|
||||
param set VT_TYPE 1
|
||||
|
||||
param set VT_B_TRANS_DUR 1.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user