kcan
Rust CAN utilities for actuator control, from Knott Dynamics.
kcan is a seed crate focused on command framing for robotics systems, including
actuator pipelines used in humanoid-style kinematics.
Purpose
- Provide a tiny, dependency-free CAN frame representation.
- Offer lightweight actuator command helpers for position/velocity/torque flows.
- Include a small mailbox queue for test-friendly command/message scheduling.
Install
Usage
use ;
let mut bus = new;
bus.send_command;
let raw = bus.pop_outbound.expect;
println!;
License
MIT OR Apache-2.0