mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-14 05:27:34 +08:00
convergence config: increase multirotor idle speed
- increase the minimum pwm value for multirotor mode since we experienced the rear motor stalling in certain situations when throttle was low Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
@@ -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 1150
|
||||
param set VT_IDLE_PWM_MC 1200
|
||||
param set VT_TYPE 1
|
||||
|
||||
param set VT_B_TRANS_DUR 1.0
|
||||
|
||||
Reference in New Issue
Block a user