forked from Archive/PX4-Autopilot
tiltrotor SITL config: increase transition time from 1.5 to 5 seconds
- avoids tilting the motors forward too fast Signed-off-by: RomanBapst <bapstroman@gmail.com>
This commit is contained in:
parent
2ec1c53679
commit
634e8d206a
|
@ -33,7 +33,7 @@ then
|
|||
param set NAV_ACC_RAD 5
|
||||
param set NAV_LOITER_RAD 80
|
||||
|
||||
param set VT_F_TRANS_DUR 1.5
|
||||
param set VT_F_TRANS_DUR 5.0
|
||||
param set VT_F_TRANS_THR 0.75
|
||||
param set VT_TILT_FW 3.1415
|
||||
param set VT_TILT_TRANS 1.2
|
||||
|
|
Loading…
Reference in New Issue