Skip to content
Snippets Groups Projects
Commit 4ef59e0a authored by Julian Oes's avatar Julian Oes Committed by Daniel Agar
Browse files

standard_vtol: transition at airspeed of 16 m/s

This way we prevent a big dip due to TECS in altitude when the
transition happens at 10 m/s already. Apparently the rule of thumb
is to set this transition speed at the same as airspeed cruise speed.
parent 4a71984f
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ then
param set VT_F_TRANS_DUR 5
param set VT_F_TRANS_THR 0.75
param set VT_ARSP_TRANS 16
param set VT_MOT_COUNT 4
param set VT_TYPE 2
......
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