use-end-effector
Primitive end-effector vocabulary for RustUse robotics.
This crate describes end-effector names, kinds, grip states, and tool mounts. It does not command grippers, implement tool changing logic, implement force control, or simulate contact.
Example
use ;
let name = new?;
let kind = "gripper".?;
let state = "open".?;
let mount = new?;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::
The values are vocabulary only. They do not control hardware.
License
Licensed under either the MIT license or Apache License, Version 2.0.