mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-05 18:51:00 +08:00
- the exact same basic model is now a NPS FDM - sim target still woks, it is just an alias to NPS with the proper FDM - the old ocaml files are removed - AHRS and INS are bypassed, since the accelerations are not well calculated by the model
20 lines
596 B
XML
20 lines
596 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="fdm_fixedwing_sim" dir="fdm">
|
|
<doc>
|
|
<description>
|
|
Basic fixedwing FDM for NPS simulator
|
|
|
|
This flight dynamic model is the copy of the legacy simulator that was written in OCaml.
|
|
Its only purpose is to allow to test the flight plans with a very simple airplane model.
|
|
</description>
|
|
</doc>
|
|
<header/>
|
|
<makefile target="sim|nps|hitl">
|
|
<define name="NPS_BYPASS_AHRS" value="TRUE"/>
|
|
<define name="NPS_BYPASS_INS" value="TRUE"/>
|
|
<file name="nps_fdm_fixedwing_sim.c" dir="nps"/>
|
|
</makefile>
|
|
</module>
|
|
|