mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
fc3435303d
* [modules] convert FDM subsystems to modules * [doc] improve documentation for FDM modules
22 lines
652 B
XML
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>
|
|
|