You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A complete preconfigured HITL configuration for INAV 9: [example-hitl-config.txt](example-hitl-config.txt)
7
+
A complete preconfigured example HITL configuration for INAV 9: [example-hitl-config.txt](example-hitl-config.txt)
8
8
9
9
Modes are configured for the [INAV fixed wing group Open TX Pro Model](https://inavfixedwinggroup.com/guides/transmitter-models/pro-opentx-model-v2/)
10
10
11
11
## Recommended configuration
12
12
13
+
Set Airplane/Mixer type to "Airplane (with Tail)", even though it's a fixed-wing aircraft, X-Plane doesn't let us control the control surfaces directly, only roll, pitch and yaw.
14
+
13
15
For HITL and SITL.
14
16
15
17
INAV cli comands
16
18
17
-
### Outputs (servo)
18
-
```
19
-
servo 1 1000 2000 1500 -100
20
-
servo 4 1000 2000 1500 -100
21
-
```
22
-
23
19
### Mixer
24
20
```
25
21
set platform_type = AIRPLANE
@@ -40,10 +36,11 @@ smix 3 4 2 100 0 -1
40
36
set fw_p_pitch = 15
41
37
set fw_i_pitch = 5
42
38
set fw_d_pitch = 5
43
-
set fw_ff_pitch = 80
39
+
set fw_ff_pitch = 180
44
40
set fw_p_roll = 15
45
41
set fw_i_roll = 3
46
42
set fw_d_roll = 7
43
+
set fw_ff_roll = 190
47
44
set fw_p_yaw = 50
48
45
set fw_i_yaw = 0
49
46
set fw_d_yaw = 20
@@ -57,13 +54,11 @@ set d_boost_min = 1.000
57
54
set d_boost_max = 1.000
58
55
set rc_expo = 30
59
56
set rc_yaw_expo = 30
60
-
set roll_rate = 18
61
-
set pitch_rate = 9
62
-
set yaw_rate = 3
57
+
set roll_rate = 53
58
+
set pitch_rate = 50
59
+
set yaw_rate = 4
63
60
```
64
61
65
-
66
-
67
62
Modifications applied to original model:
68
63
- in order to prevent motor shutdown in inverted fight, an option has been changed to 1: "acf/_inverted_fuel_oil_EQ 1"
0 commit comments