Skip to content

Commit

Permalink
10 Hz
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Sep 12, 2023
1 parent 4b334f6 commit 283799b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, port: int, should_log: bool, frequency: float, decimation: Op
"deviceState": (True, 2., 1),
"can": (True, 100., 1223), # decimation gives ~5 msgs in a full segment
"controlsState": (True, 100., 10),
"pandaStates": (True, 2., 1),
"pandaStates": (True, 10., 1),
"peripheralState": (True, 2., 1),
"radarState": (True, 20., 5),
"roadEncodeIdx": (False, 20., 1),
Expand Down

0 comments on commit 283799b

Please sign in to comment.