mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
14 lines
222 B
Bash
14 lines
222 B
Bash
#!/bin/sh
|
|
#
|
|
# Balloon default parameters
|
|
#
|
|
# NOTE: Script variables are declared/initialized/unset in the rcS script.
|
|
#
|
|
|
|
set VEHICLE_TYPE fw
|
|
|
|
#
|
|
# Default parameters for balloon UAVs.
|
|
#
|
|
param set-default SYS_MC_EST_GROUP 1
|