use-pose
Primitive robot pose vocabulary for RustUse robotics.
This crate provides pose names, pose-kind labels, 2D and 3D pose labels, and orientation-kind labels. It does not solve transforms, implement coordinate geometry, plan motion, interpolate poses, or duplicate use-geometry.
Example
use ;
let name = new?;
let kind = "waypoint".?;
let label = new?;
let orientation = "quaternion".?;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::
The labels describe robot-domain concepts only. They are not transforms or vector/matrix math.
License
Licensed under either the MIT license or Apache License, Version 2.0.