mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
24 lines
409 B
Bash
24 lines
409 B
Bash
#!/bin/sh
|
|
#
|
|
# @name Cloudship
|
|
# @type Airship
|
|
# @class Airship
|
|
#
|
|
# @output MAIN1 starboard thruster
|
|
# @output MAIN2 port thruster
|
|
# @output MAIN3 thrust tilt
|
|
# @output MAIN4 tail thruster
|
|
#
|
|
# @board px4_fmu-v2 exclude
|
|
# @board bitcraze_crazyflie exclude
|
|
#
|
|
|
|
. ${R}etc/init.d/rc.airship_defaults
|
|
|
|
param set-default COM_PREARM_MODE 2
|
|
param set-default CBRK_IO_SAFETY 22027
|
|
|
|
|
|
set MIXER cloudship
|
|
set PWM_OUT 1234
|