[hitl] rewrite support for hardware in the loop simulation (#3146)

- old way (based on ins_vectornav) is not supported anymore
- directly send sensor data and receive commands with a dedicated link
- examples with USB link for better results
- update sphinx documentation
- compilation in a single build
This commit is contained in:
Gautier Hattenberger
2023-10-31 14:48:55 +01:00
committed by GitHub
parent 094997af4b
commit 4ae40567ed
108 changed files with 1684 additions and 1276 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
<file name="stabilization_attitude.h"/>
</header>
<init fun="h_ctl_init()"/>
<makefile target="ap|sim|nps|hitl" firmware="fixedwing">
<makefile target="ap|sim|nps" firmware="fixedwing">
<file name="stabilization_attitude.c" dir="$(SRC_FIRMWARE)/stabilization"/>
</makefile>
</module>