Add aircraft automation code, including flap control and stable autopilot flight.
This commit is contained in:
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
|
||||
).
|
Reference in New Issue
Block a user