Path: blob/master/Tools/autotest/models/Callisto.json
9673 views
# Callisto model, see https://www.freespaceoperations.com.au/12{3# total vehicle mass4"mass" : 32.5,56# vehicle diameter7"diagonal_size" : 1.325,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" : 25.0, # m/s13"refAngle" : 30.0, # degrees14"refVoltage" : 46.9, # volts15"refCurrent" : 65.36, # Amps16"refAlt" : 26, # meters AMSL17"refTempC" : 25, # degrees C18"refBatRes" : 0.024, # BAT.Res from log1920# full battery voltage21"maxVoltage" : 50.4,2223# full battery capacity, Ah24"battCapacityAh" : 44,2526# MOT_THST_EXPO27"propExpo" : 0.5,2829# approximate maximum yaw rate in deg/sec30"refRotRate" : 120,3132# hover throttle from 0 to 133"hoverThrOut" : 0.36,3435# MOT_PWM_MIN36"pwmMin" : 1000,3738# MOT_PWM_MAX39"pwmMax" : 1940,4041# MOT_SPIN_MIN42"spin_min" : 0.2,4344# MOT_SPIN_MAX45"spin_max" : 0.975,4647# maximum motor slew rate, or zero to disable48"slew_max" : 75,4950# total effective disc area in sq m for 4 x 30 inch diameter rotors51# coaxial rotors count as a single rotor for this parameter)52"disc_area" : 1.82,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" : 860}616263