phoxal 0.10.0

Phoxal — production-oriented autonomous robot framework (engine, model, typed bus, contracts).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod v1;

contract! {
    pub enum Detections {
        V1(v1::Detections),
    }
}

contract! {
    pub enum PerceptionState {
        V1(v1::PerceptionState),
    }
}