Path: blob/master/Tools/autotest/models/freestyle.json
9670 views
# 5 inch FPV Freestyle/Racing model12{3# total vehicle mass in kg4"mass" : 0.8,56# vehicle diameter7"diagonal_size" : 0.25,89# the ref parameters should be taken from a test10# with the copter flying at constant speed in zero wind. This is used11# to estimate the drag coefficient12"refSpd" : 20.0, # m/s13"refAngle" : 45.0, # degrees14"refVoltage" : 23.2, # volts15"refCurrent" : 5, # Amps16"refAlt" : 607, # meters AMSL17"refTempC" : 25, # degrees C18"refBatRes" : 0.0226, # BAT.Res from log1920# full battery voltage21"maxVoltage" : 25.2,2223# full battery capacity, Ah24# 0 means unlimited25"battCapacityAh" : 0,2627# MOT_THST_EXPO28"propExpo" : 0.7,2930# approximate maximum yaw rate in deg/sec31"refRotRate" : 700,3233# hover throttle from 0 to 134"hoverThrOut" : 0.125,3536# MOT_PWM_MIN37"pwmMin" : 1000,3839# MOT_PWM_MAX40"pwmMax" : 2000,4142# MOT_SPIN_MIN43"spin_min" : 0.01,4445# MOT_SPIN_MAX46"spin_max" : 0.95,4748# maximum motor slew rate, or zero to disable49"slew_max" : 0,5051# total effective disc area in sq m for 4 x 5 inch diameter rotors52"disc_area" : 0.204,5354# momentum drag coefficient55# ratio of momentum drag relative to a ducted rotor of the same effective disc area56"mdrag_coef" : 0.10,5758# number of motors59"num_motors" : 460}61626364