Skip to content
Snippets Groups Projects
Commit 2fb09b79 authored by Lucas De Marchi's avatar Lucas De Marchi Committed by Lorenz Meier
Browse files

Add AUTOCNF to Intel Aero RTF

Thanks to Beat Küng for improved tuning.
parent f51595ab
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,27 @@
sh /etc/init.d/rc.mc_defaults
#
# Load default params for this platform
#
if [ $AUTOCNF == yes ]
then
# Set all params here, then disable autoconfig
param set MC_ROLL_P 8.0000
param set MC_ROLLRATE_P 0.1300
param set MC_ROLLRATE_I 0.0
param set MC_ROLLRATE_D 0.0012
param set MC_PITCH_P 8.0000
param set MC_PITCHRATE_P 0.1300
param set MC_PITCHRATE_I 0.0
param set MC_PITCHRATE_D 0.0012
param set MC_YAW_P 3.0
param set MC_YAWRATE_P 0.119999997317790985
param set MC_YAWRATE_I 0.050000000745058060
param set MC_YAWRATE_D 0.0
param set MC_YAW_FF 0.5
fi
tap_esc start -d /dev/ttyS0 -n 4
usleep 300000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment