use-robot-sensor
Primitive robot sensor vocabulary for RustUse robotics.
This crate describes robot sensor names, kinds, mounts, and reading-kind labels. It does not read sensors, process images, process point clouds, perform SLAM, or implement sensor fusion.
Example
use ;
let name = new?;
let kind = "camera".?;
let mount = new?;
let reading = "image".?;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::
The reading kind is a label only. This crate does not model sensor payloads.
License
Licensed under either the MIT license or Apache License, Version 2.0.