orts 0.1.0

Orts core — orbital mechanics simulation, force/torque/sensor models, and WASM plugin host runtime.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod augmented;
pub mod control;
pub mod decoupled;
pub mod gravity_gradient;
pub mod state;
pub mod system;

pub use augmented::AugmentedAttitudeSystem;
pub use control::*;
pub use decoupled::{DecoupledAttitudeSystem, DecoupledContext};
pub use gravity_gradient::{CoupledGravityGradient, GravityGradientTorque};
pub use state::AttitudeState;
pub use system::AttitudeSystem;