Skip to content
Snippets Groups Projects
Commit bf097d7f authored by Roman's avatar Roman Committed by Daniel Agar
Browse files

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: default avatarRoman <bapstroman@gmail.com>
parent 493c41c7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment