Skip to content
Snippets Groups Projects
Commit ac2b3cca authored by Roman's avatar Roman Committed by Roman Bapst
Browse files

vtol_att_control: default front transition throttle to 100%


- the main idea is to prevent airspeed less systems to stall after a
transition

Signed-off-by: default avatarRoman <bapstroman@gmail.com>
parent e4ea7262
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ PARAM_DEFINE_FLOAT(VT_B_TRANS_DUR, 4.0f);
* @decimal 3
* @group VTOL Attitude Control
*/
PARAM_DEFINE_FLOAT(VT_F_TRANS_THR, 0.7f);
PARAM_DEFINE_FLOAT(VT_F_TRANS_THR, 1.0f);
/**
* Target throttle value for the transition to hover flight.
......
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