The @aily-project/lib-cubic-robot library is designed for the Cubic CoreV2 (ESP32) and the Cubic Motor expansion board.
It provides high-level abstractions for robot control, specifically leveraging:
- Motor Control: Directly reuses
@aily-project/lib-encoder-motor (em::EncoderMotor) for precision movement. - Servo Control: Uses built-in
ESP32Servo functionality.
This library is ideal for developers building competition robots using Cubic hardware that require motor speed control, differential driving, and servo manipulation.