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
    }
}