Files
paparazzi/conf/modules/firmwares/generic_hitl.xml
T
Gautier Hattenberger 4ae40567ed [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
2023-10-31 14:48:55 +01:00

16 lines
454 B
XML

<!DOCTYPE module SYSTEM "../module.dtd">
<module name="generic_hitl" dir="firmwares" task="core">
<doc>
<description>
Generic firmware config for Hardware In The Loop simualtion
</description>
</doc>
<makefile target="hitl">
<configure name="PERIODIC_FREQUENCY" default="60"/>
<define name="PERIODIC_FREQUENCY" value="$(PERIODIC_FREQUENCY)"/>
<define name="BOARD_CONFIG" value="$(BOARD_CFG)"/>
</makefile>
</module>