mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
25 lines
685 B
XML
25 lines
685 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="gps_sim_hitl" dir="gps">
|
|
<doc>
|
|
<description>
|
|
Sim HITL GPS
|
|
Simulate GPS for HITL (HardwareInTheLoop) from rotorcrafts horizontal/vertical reference system.
|
|
</description>
|
|
</doc>
|
|
<autoload name="gps"/>
|
|
<autoload name="gps_nps"/>
|
|
<header>
|
|
<file name="gps.h" dir="subsystems"/>
|
|
</header>
|
|
<init fun="gps_sim_hitl_init()"/>
|
|
<event fun="gps_sim_hitl_event()"/>
|
|
<makefile target="ap" firmware="rotorcraft">
|
|
|
|
<file name="gps_sim_hitl.c" dir="subsystems/gps"/>
|
|
|
|
<define name="HITL"/>
|
|
<define name="GPS_TYPE_H" value="subsystems/gps/gps_sim_hitl.h" type="string"/>
|
|
</makefile>
|
|
</module>
|