Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 604 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 604 Bytes

yet another HAB simulator

A high altitude balloon flight simulator based on tkschuler/EarthSHAB and brickworks/mfc-apps, built on Rust.

Installation

cargo install --git https://github.com/Brickworks/yahs.git --features gui
yahs --help

Usage (CLI)

Set the simulation configuration in config/default.toml

Then use the start command to start a flight simulation. Use the RUST_LOG environment variable to specify the log level to report.

yahs start

Usage (GUI)

yahs gui