mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-22 12:28:03 +08:00
24 lines
698 B
XML
24 lines
698 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="gps_optitrack" dir="gps" task="sensors">
|
|
<doc>
|
|
<description>
|
|
Optitrack used as indoor GPS.
|
|
Uses the gps_datalink implementation, but additionally sets some other defines.
|
|
Optitrack can determine the heading of a vehicle, but GPS doesn't contain heading.
|
|
So as a hack optitrack sends the heading in the GPS course field.
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>gps_datalink</depends>
|
|
<provides>gps</provides>
|
|
</dep>
|
|
<autoload name="gps_nps"/>
|
|
<autoload name="gps_sim"/>
|
|
<makefile target="ap">
|
|
<define name="AHRS_HEADING_UPDATE_GPS_MIN_SPEED" value="0"/>
|
|
<test/>
|
|
</makefile>
|
|
</module>
|
|
|