mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
74f8b74624
* First shot towards a separate HITL target * Changes in HITL - still doesn't compile * Added makefile selection * HITL target works for fixedwing and rotorcraft - still needs cleanup and TLC * Removed info messages from compilation process
12 lines
261 B
XML
12 lines
261 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="navigation" dir="nav">
|
|
<doc>
|
|
<description>
|
|
Meta module for loading proper navigation
|
|
</description>
|
|
</doc>
|
|
<autoload name="nav_basic_fw"/>
|
|
<makefile target="ap|sim|nps|hitl"/>
|
|
</module>
|