mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 06:10:35 +08:00
14 lines
172 B
Bash
14 lines
172 B
Bash
#!/bin/sh
|
|
#
|
|
# @name Solo
|
|
#
|
|
# @type Quadrotor
|
|
#
|
|
|
|
. ${R}etc/init.d/rc.mc_defaults
|
|
|
|
param set-default MC_PITCHRATE_P 0.1
|
|
param set-default MC_ROLLRATE_P 0.1
|
|
|
|
set MIXER quad_x
|