phoxal 0.6.0

Phoxal — production-oriented autonomous robot framework (engine, model, typed bus, contracts).
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Scenario spec, report data types, and shared runtime scenario harness helpers.

pub mod assertions;
pub mod definition;
pub mod harness;
pub mod helpers;
pub mod records;
pub mod webots;

pub use definition::{ScenarioSpec, WebotsWorld};
pub use records::{ScenarioOutcome, ScenarioReport, ScenarioResult};