mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 17:06:31 +08:00
[modules] convert control and nav subsystems to modules for fixedwing
This commit is contained in:
committed by
Felix Ruess
parent
2f80d2ab7a
commit
23fe7efc64
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE module SYSTEM "module.dtd">
|
||||
|
||||
<module name="control" dir="control">
|
||||
<doc>
|
||||
<description>
|
||||
Full PID control for fixed-wing aircraft.
|
||||
Based on:
|
||||
- stabilization_adaptive_fw
|
||||
- guidance_full_pid_fw
|
||||
</description>
|
||||
</doc>
|
||||
<autoload name="stabilization_adaptive_fw"/>
|
||||
<autoload name="guidance_full_pid_fw"/>
|
||||
<makefile target="ap|sim|nps" firmware="fixedwing"/>
|
||||
</module>
|
||||
Reference in New Issue
Block a user