Skip to content

Commit

Permalink
bodyStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
Comma Device committed Jul 16, 2023
1 parent b89ba90 commit 1d193fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct Map(Key, Value) {
value @1 :Value;
}
}

enum LongitudinalPersonality {
aggressive @0;
standard @1;
Expand Down Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions services.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def __init__(self, port: int, should_log: bool, frequency: float, decimation: Op

# debug
"uiDebug": (True, 0., 1),
"bodyStatus": (True, 0., 1),
"testJoystick": (True, 0.),
"roadEncodeData": (False, 20.),
"driverEncodeData": (False, 20.),
Expand Down

0 comments on commit 1d193fb

Please sign in to comment.