mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
18 lines
186 B
Plaintext
18 lines
186 B
Plaintext
#!nsh
|
|
#
|
|
# @name Solo
|
|
#
|
|
# @type Quadrotor
|
|
#
|
|
|
|
sh /etc/init.d/rc.mc_defaults
|
|
|
|
if [ $AUTOCNF == yes ]
|
|
then
|
|
param set MC_PITCHRATE_P 0.15
|
|
param set MC_ROLLRATE_P 0.15
|
|
fi
|
|
|
|
set MIXER quad_x
|
|
|