You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#!nsh
|
|
|
|
|
|
|
|
set VEHICLE_TYPE fw
|
|
|
|
|
|
|
|
if [ $DO_AUTOCONFIG == yes ]
|
|
|
|
then
|
|
|
|
#
|
|
|
|
# Default parameters for FW
|
|
|
|
#
|
|
|
|
param set NAV_LAND_ALT 90
|
|
|
|
param set NAV_RTL_ALT 100
|
|
|
|
param set NAV_RTL_LAND_T -1
|
|
|
|
param set NAV_ACCEPT_RAD 50
|
|
|
|
fi
|