コンテンツにスキップ

orts

このコンテンツはまだ日本語訳がありません。

orts core — orbital mechanics simulation, force / torque / sensor models, and a WASM plugin host runtime.

Provides the simulation engine at the heart of the orts workspace:

  • Orbital dynamics: two-body and perturbed numerical propagation; TLE/OMM ingestion via SGP4/SDP4 (arika), rotated from TEME into the integration frame.
  • Attitude dynamics and control (reaction wheels, gravity gradient, PD / B-dot).
  • Force models: gravity harmonics, drag, SRP, third-body, constant thrust.
  • Sensor models: magnetometer, gyroscope, star tracker.
  • WebAssembly Component Model plugin runtime (plugin-wasm / plugin-wasm-async features), hosting guest controllers via wasmtime.