use-robot-subsystem
Primitive robot subsystem vocabulary for RustUse robotics.
This crate describes robot subsystem names, subsystem kinds, and lifecycle/status labels. It does not orchestrate subsystems, implement runtime supervision, implement health monitoring frameworks, implement robot middleware, or model distributed systems behavior.
Example
use ;
let name = new?;
let kind = "manipulation".?;
let state = "ready".?;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::
The state is vocabulary only. It does not start, stop, supervise, or monitor anything.
License
Licensed under either the MIT license or Apache License, Version 2.0.