use-joint
Primitive robot joint vocabulary for RustUse.
This crate provides descriptive joint names, kinds, limits, axes, and indexes. It does not solve kinematics, enforce robot-specific constraints, control motors, or simulate motion.
Example
use ;
let name = new?;
let kind = "revolute".?;
let axis = "z".?;
let limit = new?;
let index = new;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::
License
Licensed under either the MIT license or Apache License, Version 2.0.