Add aircraft automation code, including flap control and stable autopilot flight.
This commit is contained in:
parent
a99912e3ae
commit
376629354b
9 changed files with 204 additions and 19 deletions
10
boot/aircraft.ks
Normal file
10
boot/aircraft.ks
Normal file
|
@ -0,0 +1,10 @@
|
|||
RunOncePath("0:/lib/boot").
|
||||
|
||||
parameter debug is false.
|
||||
|
||||
Bootstrap(
|
||||
"/boot/aircraft",
|
||||
"/prog/aircraft",
|
||||
List(), // no additional program files
|
||||
debug
|
||||
).
|
Loading…
Add table
Add a link
Reference in a new issue