FW: set default RTL_TYPE = 1 for fixed wing

This change adds the line "param set RTL_TYPE 1" to the default init scripts for fixed wing.  Similar to the other PR that sets default RTL_TYPE=1 for VTOLs, RTL_TYPE=1 should be default for normal fixed wings as well.  Reference: https://github.com/PX4/Firmware/pull/12746/files
This commit is contained in:
Todd Colten
2019-08-21 22:33:51 -05:00
committed by Roman Bapst
parent 950dbc1d2e
commit b55ae09f00

View File

@@ -30,6 +30,7 @@ then
param set EKF2_REQ_SACC 1 param set EKF2_REQ_SACC 1
param set EKF2_REQ_VDRIFT 1.0 param set EKF2_REQ_VDRIFT 1.0
param set RTL_TYPE 1
param set RTL_RETURN_ALT 100 param set RTL_RETURN_ALT 100
param set RTL_DESCEND_ALT 100 param set RTL_DESCEND_ALT 100
param set RTL_LAND_DELAY -1 param set RTL_LAND_DELAY -1