Skip to content

Commit

Permalink
AEB fields
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Jan 12, 2024
1 parent d81d86e commit 495d93a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 495d93a

Please sign in to comment.