use-robotics
Facade crate for the RustUse robotics vocabulary set.
This crate re-exports the focused child crates behind explicit module names. It is documentation and composition glue only; implementation lives in the focused crates.
use-robotics is not a robotics framework, ROS replacement, simulator, hardware abstraction layer, motion planner, control system, kinematics solver, navigation stack, SLAM system, robot runtime, firmware framework, embedded HAL, hardware driver, sensor processing engine, or async runtime.
Modules
robotfor robot names, kinds, models, and manufacturers.robot_idfor robot IDs, serial numbers, and instance IDs.jointfor joint names, kinds, limits, axes, and indexes.actuatorfor actuator names, kinds, states, and descriptive ratings.robot_sensorfor robot sensor names, kinds, mounts, and reading labels.posefor pose names, pose labels, and orientation-kind labels.framefor robotics frame names, kinds, references, and parent/child relations.end_effectorfor end-effector names, kinds, grip states, and tool mounts.kinematics_labelfor kinematics terminology, chain names, link names, and degrees of freedom.robot_subsystemfor robot subsystem names, kinds, and lifecycle states.
Example
use ;
let robot_name = new?;
let robot_kind = Arm;
let joint_name = new?;
let actuator_name = new?;
let sensor_name = new?;
let frame_ref = new;
let pose_label = new?;
let end_effector = Gripper;
let kinematics = Forward;
let subsystem_state = Ready;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::
The example composes robotics vocabulary. It does not move, control, simulate, plan, connect to, or operate a robot.
License
Licensed under either the MIT license or Apache License, Version 2.0.