px4-firmware/ROMFS/px4fmu_common/init.d/10016_3dr_iris

22 lines
301 B
Plaintext
Raw Normal View History

#!nsh
2014-01-10 17:04:56 -04:00
#
# 3DR Iris Quadcopter
#
# Anton Babushkin <anton.babushkin@me.com>
2014-01-10 17:04:56 -04:00
#
sh /etc/init.d/rc.mc_defaults
2014-01-10 08:18:34 -04:00
if [ $DO_AUTOCONFIG == yes ]
then
#
# Default parameters for this platform
#
2014-01-14 16:59:48 -04:00
param set BAT_V_SCALING 0.00989
param set BAT_C_SCALING 0.0124
fi
2014-01-10 17:04:56 -04:00
set MIXER FMU_quad_w
2014-01-10 17:04:56 -04:00
set PWM_OUTPUTS 1234