Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ardupilot
GitHub Repository: Ardupilot/ardupilot
Path: blob/master/Tools/autotest/models/skywalker_2013.json
4232 views
1
# This is an example plane coeffient file used in Ardupilot SITL.
2
# This allows ArduPilot developers to change SITL plane aerodynamic properties
3
# without having to change the hard-coded source code values directly.
4
5
# These coefficients are from last_letter skywalker_2013/aerodynamics.yaml.
6
# Thanks to Georacer!
7
8
{
9
"s": 0.45,
10
"b": 1.88,
11
"c": 0.24,
12
"c_lift_0": 0.56,
13
"c_lift_deltae": 0,
14
"c_lift_a": 6.9,
15
"c_lift_q": 0,
16
"mcoeff": 50,
17
"oswald": 0.9,
18
"alpha_stall": 0.4712,
19
"c_drag_q": 0,
20
"c_drag_deltae": 0.0,
21
"c_drag_p": 0.1,
22
"c_y_0": 0,
23
"c_y_b": -0.98,
24
"c_y_p": 0,
25
"c_y_r": 0,
26
"c_y_deltaa": 0,
27
"c_y_deltar": -0.2,
28
"c_l_0": 0,
29
"c_l_p": -1.0,
30
"c_l_b": -0.12,
31
"c_l_r": 0.14,
32
"c_l_deltaa": 0.25,
33
"c_l_deltar": -0.037,
34
"c_m_0": 0.045,
35
"c_m_a": -0.7,
36
"c_m_q": -20,
37
"c_m_deltae": 1.0,
38
"c_n_0": 0,
39
"c_n_b": 0.25,
40
"c_n_p": 0.022,
41
"c_n_r": -1,
42
"c_n_deltaa": 0.00,
43
"c_n_deltar": 0.1,
44
"deltaa_max": 0.3491,
45
"deltae_max": 0.3491,
46
"deltar_max": 0.3491,
47
48
# The X CoG offset should be -0.02, but that makes the plane too tail heavy
49
# in manual flight. Adjusted to -0.15 gives reasonable flight.
50
# CGOffset is in X,Y,Z.
51
"CGOffset": [
52
-0.15,
53
0.0,
54
-0.05
55
]
56
}
57
58