mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 13:34:08 +08:00
25 lines
455 B
Bash
25 lines
455 B
Bash
#!/bin/sh
|
|
#
|
|
# @name Generic Flying Wing
|
|
#
|
|
# @type Flying Wing
|
|
# @class Plane
|
|
#
|
|
# @output MAIN1 left aileron
|
|
# @output MAIN2 right aileron
|
|
# @output MAIN4 throttle
|
|
#
|
|
# @output AUX1 feed-through of RC AUX1 channel
|
|
# @output AUX2 feed-through of RC AUX2 channel
|
|
# @output AUX3 feed-through of RC AUX3 channel
|
|
#
|
|
# @maintainer
|
|
#
|
|
# @board intel_aerofc-v1 exclude
|
|
# @board bitcraze_crazyflie exclude
|
|
#
|
|
|
|
. ${R}etc/init.d/rc.fw_defaults
|
|
|
|
set MIXER fw_generic_wing
|