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 ๐