mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-29 02:38:07 +08:00
[gps][sim] separate gps_sim and gps_nps modules
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE module SYSTEM "module.dtd">
|
||||
|
||||
<module name="gps_nps">
|
||||
<doc>
|
||||
<description>
|
||||
Simulated GPS for NPS.
|
||||
For NPS simulator. Can model GPS noise, bias and latency.
|
||||
The GPS sensor configuration is done in the header file referenced by NPS_SENSORS_PARAMS.
|
||||
</description>
|
||||
</doc>
|
||||
<header>
|
||||
<file name="gps.h" dir="subsystems"/>
|
||||
</header>
|
||||
<init fun="gps_nps_init()"/>
|
||||
<!--periodic fun="gps_periodic_check()" freq="1." autorun="TRUE"/-->
|
||||
<makefile target="nps">
|
||||
<file name="gps.c" dir="subsystems"/>
|
||||
<file name="gps_sim_nps.c" dir="subsystems/gps"/>
|
||||
<define name="USE_GPS"/>
|
||||
<define name="GPS_TYPE_H" value="subsystems/gps/gps_sim_nps.h" type="string"/>
|
||||
</makefile>
|
||||
</module>
|
||||
Reference in New Issue
Block a user