Skip to content

Commit

Permalink
photo stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Comma Device committed Jul 29, 2023
1 parent a9082c8 commit 5de80c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -2231,6 +2231,7 @@ struct Event {
deviceState @6 :DeviceState;
logMessage @18 :Text;
errorLogMessage @85 :Text;
bodyStatus @123 :Int16;

# navigation
navInstruction @82 :NavInstruction;
Expand Down
1 change: 1 addition & 0 deletions services.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,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 5de80c7

Please sign in to comment.