use-actuator
Primitive actuator vocabulary for RustUse robotics.
This crate describes actuator names, kinds, states, and ratings. It does not command actuators, implement motor control, implement PID control, or provide hardware drivers.
Example
use ;
let name = new?;
let kind = "servo".?;
let state = "enabled".?;
let rating = new?.with_value?.with_unit?;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::
The rating is descriptive metadata only. It does not imply motor control behavior.
License
Licensed under either the MIT license or Apache License, Version 2.0.