Module flight_control

Source
Expand description

This module provides core components and functionality for the flight system, including the flight computer, flight state management, orbit calculations, and supervision logic.

Re-exportsยง

pub use flight_computer::FlightComputer;
pub use flight_state::FlightState;
pub use supervisor::Supervisor;

Modulesยง

flight_computer ๐Ÿ”’
flight_state ๐Ÿ”’
orbit ๐Ÿ”’
This module provides functionality for toroidal orbital mechanics and related computations, including support for closed orbits, burn sequences, and indexed orbit positions.
supervisor ๐Ÿ”’