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