use-frame
Primitive coordinate frame vocabulary for RustUse robotics.
This crate provides frame names, frame kinds, frame references, and parent/child frame relations. It does not implement TF trees, transform buffers, coordinate conversion, or geometry math.
Example
use ;
let parent = new;
let child = new;
let relation = new;
assert_eq!;
assert_eq!;
# Ok::
The relation labels a parent and child. It does not compute transforms.
License
Licensed under either the MIT license or Apache License, Version 2.0.