You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Vehicle Control Unit (VCU) manages the car's state and rules requirements. It also manages the entire torque path between
4
+
digitized driver pedal inputs and outputs.
5
+
6
+
VCU Firmware will live in the `VCU/Firmware` directory, while the model files will be located in the `VCU/Model` directory.
7
+
8
+
This directory can be recursively built by running `bazel build //VCU/...`. Additionally, the generated files will be placed in the `bazel-bin/VCU/` directory.
9
+
10
+
The firmware target is `//VCU/Firmware:vcu_firmware_2026`.
11
+
12
+
Model firmware target: `//VCU/Model:vcu_model_2026`.
0 commit comments