mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
12 lines
198 B
Bash
12 lines
198 B
Bash
#!/bin/sh
|
|
#
|
|
# Airship default parameters.
|
|
#
|
|
# NOTE: Script variables are declared/initialized/unset in the rcS script.
|
|
#
|
|
|
|
set VEHICLE_TYPE airship
|
|
|
|
# MAV_TYPE_AIRSHIP 7
|
|
param set-default MAV_TYPE 7
|