mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
Co-authored-by: Anton Erasmus <anton@flycloudline.com> Co-authored-by: Beat Küng <beat-kueng@gmx.net>
15 lines
225 B
Bash
15 lines
225 B
Bash
#!/bin/sh
|
|
#
|
|
# Airship default parameters.
|
|
#
|
|
# NOTE: Script variables are declared/initialized/unset in the rcS script.
|
|
#
|
|
|
|
set VEHICLE_TYPE airship
|
|
|
|
#
|
|
# This is the gimbal pass mixer.
|
|
#
|
|
set MIXER_AUX pass
|
|
set PWM_AUX_OUT 1234
|