Skip to content

Commit

Permalink
Bump pandaStates to 10hz (#536)
Browse files Browse the repository at this point in the history
* 10 Hz

* constant

* fix

* revert

* fix peripheralState freq

* revert peripheral
  • Loading branch information
sshane authored Sep 22, 2023
1 parent aed84ae commit 6bd65e7
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 6bd65e7

Please sign in to comment.