Add aircraft automation code, including flap control and stable autopilot flight.

This commit is contained in:
2021-08-24 06:10:21 -04:00
parent a99912e3ae
commit 376629354b
9 changed files with 204 additions and 19 deletions

10
boot/aircraft.ks Normal file
View File

@ -0,0 +1,10 @@
RunOncePath("0:/lib/boot").
parameter debug is false.
Bootstrap(
"/boot/aircraft",
"/prog/aircraft",
List(), // no additional program files
debug
).