Expand description
Generate the on-disk artifacts a full braid-run needs to run a scenario:
the synthetic calibration (flydra XML) and a Braid configuration TOML wiring
up the sim camera backend.
Structs§
- Generated
Run - Paths to the artifacts generated for a run.
Functions§
- braid_
config_ to_ toml - Serialize a
BraidConfigto TOML. - build_
braid_ config - Build the in-memory Braid configuration for a scenario: one
sim-backed camera per scenario camera, FakeSync at the scenario frame rate, and the given calibration / output directory / control-API address. - generate_
run - Write the calibration XML and the Braid config TOML for
scenariointoout_dir, returning the resulting paths.