Files
paparazzi/conf/modules/fdm_crrcsim.xml
T
Gautier Hattenberger fc3435303d [modules] convert FDM subsystems to modules (#1981)
* [modules] convert FDM subsystems to modules

* [doc] improve documentation for FDM modules
2017-01-13 21:17:59 +01:00

22 lines
652 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="fdm_crrcsim" dir="fdm">
<doc>
<description>
CRRCSIM FDM backend for NPS simulator
Only for fixed-wing.
CRRCSIM is running as an external program using the MNAV inputdev.
Download the patched version for Paparazzi on Github: https://github.com/paparazzi/crrcsim-pprz
CRRCSIM doc: https://github.com/paparazzi/crrcsim-pprz/tree/master/documentation
NPS doc: http://wiki.paparazziuav.org/wiki/NPS
</description>
</doc>
<header/>
<makefile target="nps" firmware="fixedwing">
<file name="nps_fdm_crrcsim.cpp" dir="nps"/>
</makefile>
</module>