following commit

This commit is contained in:
2026-06-25 04:06:21 -05:00
parent 73a9a6dbdb
commit 173b1d4c48
6 changed files with 117 additions and 58 deletions

14
config.txt Normal file
View File

@@ -0,0 +1,14 @@
return {
ConfigPath = "/caero-attitude-control/config/config.txt",
thrusterConfigPath = "/caero-attitude-control/config/thrusters.txt",
Monitors = {
InstrumentPanelMonitor = nil,
AutopilotControlMonitor = nil
},
Autopilot = {
AutopilotEngaged = false,
AutoForeAft = false,
AutopilotDesiredSpeed = nil,
AutopilotDesiredHeading = nil
}
}