Update car.capnp

This commit is contained in:
infiniteCable
2025-07-05 15:25:37 +02:00
committed by GitHub
parent 132966e8ef
commit 23bed7b189

View File

@@ -376,6 +376,7 @@ struct CarControl {
orientationNED @13 :List(Float32);
angularVelocity @14 :List(Float32);
currentCurvature @17 :Float32; # From vehicle model
curvatureControllerActive @18: Bool;
cruiseControl @4 :CruiseControl;
hudControl @5 :HUDControl;