MechJeb service
This service provides functionality to interact with MechJeb 2.
- api_ready: boolean
 A value indicating whether the service is available.
- Attribute:
 Read-only, cannot be set
- Return type:
 boolean
- airplane_autopilot: MechJeb.AirplaneAutopilot
 - Attribute:
 Read-only, cannot be set
- Return type:
 
- antenna_controller: MechJeb.DeployableController
 - Attribute:
 Read-only, cannot be set
- Return type:
 
- ascent_autopilot: MechJeb.AscentAutopilot
 - Attribute:
 Read-only, cannot be set
- Return type:
 
- docking_autopilot: MechJeb.DockingAutopilot
 - Attribute:
 Read-only, cannot be set
- Return type:
 
- landing_autopilot: MechJeb.LandingAutopilot
 - Attribute:
 Read-only, cannot be set
- Return type:
 
- maneuver_planner: MechJeb.ManeuverPlanner
 - Attribute:
 Read-only, cannot be set
- Return type:
 
- node_executor: MechJeb.NodeExecutor
 - Attribute:
 Read-only, cannot be set
- Return type:
 
- rcs_controller: MechJeb.RCSController
 - Attribute:
 Read-only, cannot be set
- Return type:
 
- rendezvous_autopilot: MechJeb.RendezvousAutopilot
 - Attribute:
 Read-only, cannot be set
- Return type:
 
- smart_ass: MechJeb.SmartASS
 - Attribute:
 Read-only, cannot be set
- Return type:
 
- smart_rcs: MechJeb.SmartRCS
 - Attribute:
 Read-only, cannot be set
- Return type:
 
- solar_panel_controller: MechJeb.DeployableController
 - Attribute:
 Read-only, cannot be set
- Return type:
 
- staging_controller: MechJeb.StagingController
 - Attribute:
 Read-only, cannot be set
- Return type:
 
- target_controller: MechJeb.TargetController
 - Attribute:
 Read-only, cannot be set
- Return type:
 
- thrust_controller: MechJeb.ThrustController
 - Attribute:
 Read-only, cannot be set
- Return type:
 
- translatron: MechJeb.Translatron
 - Attribute:
 Read-only, cannot be set
- Return type:
 
- class MechJeb.MJServiceException
 General exception for errors in the service.