mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 23:47:35 +08:00
b9319b3843
init.d-posix:rcS Quiet Shell check warning
16 lines
264 B
Bash
16 lines
264 B
Bash
#!/bin/sh
|
|
#
|
|
# @name Cloudship
|
|
# @type Airship
|
|
# @class Airship
|
|
#
|
|
# @output MAIN1 thrust tilt
|
|
# @output MAIN2 starboard thruster
|
|
# @output MAIN3 port thruster
|
|
# @output MAIN4 tail thruster
|
|
|
|
. ${R}etc/init.d/rc.airship_defaults
|
|
|
|
set MIXER cloudship
|
|
set PWM_OUT 1234
|