From 495d93ac3015990fd7f6989f5bdc3c52aa5dd089 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 11 Jan 2024 17:54:04 -0800 Subject: [PATCH] AEB fields --- car.capnp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/car.capnp b/car.capnp index e6476fb..7c20dcb 100644 --- a/car.capnp +++ b/car.capnp @@ -337,6 +337,16 @@ struct CarControl { cruiseControl @4 :CruiseControl; hudControl @5 :HUDControl; + aebState @17 :AebState; + + enum AebState { + # see ISO 22839 + off @0; + inactive @1; + active @2; + fcw @3; + } + struct Actuators { # range from 0.0 - 1.0 gas @0: Float32;