mirror of https://github.com/commaai/cereal.git
bodyStatus
This commit is contained in:
parent
b89ba909b7
commit
1d193fb496
|
@ -16,7 +16,7 @@ struct Map(Key, Value) {
|
|||
value @1 :Value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
enum LongitudinalPersonality {
|
||||
aggressive @0;
|
||||
standard @1;
|
||||
|
@ -2229,6 +2229,7 @@ struct Event {
|
|||
livestreamRoadEncodeData @120 :EncodeData;
|
||||
livestreamWideRoadEncodeData @121 :EncodeData;
|
||||
livestreamDriverEncodeData @122 :EncodeData;
|
||||
bodyStatus @124 :Int16;
|
||||
|
||||
# *********** Custom: reserved for forks ***********
|
||||
customReserved0 @107 :Custom.CustomReserved0;
|
||||
|
|
|
@ -84,6 +84,7 @@ services = {
|
|||
|
||||
# debug
|
||||
"uiDebug": (True, 0., 1),
|
||||
"bodyStatus": (True, 0., 1),
|
||||
"testJoystick": (True, 0.),
|
||||
"roadEncodeData": (False, 20.),
|
||||
"driverEncodeData": (False, 20.),
|
||||
|
|
Loading…
Reference in New Issue