HybX Robotics Framework

The HybX Robotics Framework is our all Rust robotics framework, built as a set of focused, well-documented components with minimal dependencies.

The first component drives STS3215 serial-bus servos. From there the framework grows outward โ€” a device-abstraction layer, kinematics, and motion planning โ€” each component hardware verified and fully documented.

Currently supported sensors

Every sensor driver is no_std, built on embedded-hal 1.0, and hardware verified on real hardware (the Arduino UNO Q) โ€” not just compiled. These are the sensors we have in hand and running today.

SensorTypeWhat it measures
BNO0559-DoF IMUFused absolute orientation (accelerometer + gyroscope + magnetometer)
LSM6DSOX6-DoF IMUAcceleration + angular rate
LIS3DHAccelerometer3-axis acceleration
LIS3MDLMagnetometer3-axis magnetic field
SHT45EnvironmentalTemperature + relative humidity

We are continually adding sensors โ€” chosen specifically for robotics, the kind you can mount on a real robot and trust in the field, not desk demos. We do not build toys.