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 startFirst install the Brickworks support tooling, firebrick.
git clone git@github.com:Brickworks/firebrick.git
cd firebrick
pip install .
firebrick --helpThen start up a telemetry dashboard.
firebrick dashboard -t $PATH_TO_TELEMETRY_CSVThen navigate to the server address specified in the log output.