This repository was archived by the owner on Nov 13, 2025. It is now read-only.
Commit 2582f73
File tree
5 files changed
+20
-6
lines changed- modules
- flight_interface
5 files changed
+20
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
142 | 146 | | |
143 | 147 | | |
144 | 148 | | |
| |||
296 | 300 | | |
297 | 301 | | |
298 | 302 | | |
| 303 | + | |
299 | 304 | | |
300 | 305 | | |
301 | 306 | | |
| |||
- modules/camera/camera_arducamir.py+113
- modules/camera/camera_factory.py+5-1
- modules/camera/config/camera_config.cfg+985
- modules/hitl/__init__.py
- modules/hitl/camera_emulator.py+136
- modules/hitl/hitl_base.py+106
- modules/hitl/position_emulator.py+74
- modules/mavlink/flight_controller.py+208-3
- pyproject.toml+3
- requirements.txt+9
- test_connection.py+1-1
- tests/integration/camera_emulator/images/ATC_RP3849_Cold-Mountain-Virginia-AT-lpr-720x480.jpg
- tests/integration/camera_emulator/images/Conservation_Banner-720x480.jpg
- tests/integration/camera_emulator/images/VALDEBLORE-Couv-720x480.jpg
- tests/integration/camera_emulator/test_camera_emulator.py+38
- tests/integration/camera_emulator/test_camera_read.py+28
- tests/integration/test_camera_arducamir.py+64
- tests/integration/test_send_messages.py+19-2
- tests/unit/test_hitl_inject_position.py+43
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments