Skip to content

Brickworks/mfc-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mfc-apps

MFC applications

Run a simulated flight

Configure the sim

Set the simulation configuration in support_apps/config/sim_config.toml

Start the sim

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

View the flight data

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.

Releases

No releases published

Packages

No packages published

Languages