MFC applications
Set the simulation configuration in support_apps/config/sim_config.toml
Navigate to the cli
directory to run the MFC Command Line Interface.
Then use the sim start
command to start a flight simulation. Use the RUST_LOG
env var to specify the log level to report.
cd cli
RUST_LOG=info cargo run -- sim start
First install the Brickworks support tooling, firebrick
.
git clone [email protected]:Brickworks/firebrick.git
cd firebrick
pip install .
firebrick --help
Then start up a telemetry dashboard.
firebrick dashboard -t $PATH_TO_TELEMETRY_CSV
Then navigate to the server address specified in the log output.