Introduction to the DCU Driver Module
mainThe Domain Control Unit (DCU) Driver Module manages communication between the main controller and actuators via the EtherCAT bus. The DCU can throughput CANFD packet data with a refresh frequency of up to 1kHz.
Key features:
- Each DCU includes one external IMU and three CANFD buses.
- Each CANFD bus can support up to 8 actuators in series.
- The module is an abstraction over the
xyber_controllerSDK, integrated with the AimRT framework to include a transmission layer, data processing, IMU data publishing, and joint control interfaces.
Critical Requirement: Because the SDK uses the EtherCAT protocol stack with hardware synchronization, you must install the PREEMPT_RT real-time kernel patch to run on real hardware.