Skip to content

Commit

Permalink
Fix frequency check
Browse files Browse the repository at this point in the history
  • Loading branch information
carleeno committed Aug 9, 2024
1 parent 423082e commit 974afff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion panda
Submodule panda updated from f6cc53 to 9db50f
2 changes: 1 addition & 1 deletion selfdrive/car/tesla/carstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def get_adas_can_parser(CP): # Vehicle Can on Model 3
("SCCM_steeringAngleSensor", 100),
("DAS_bodyControls", 2),
("ID3F5VCFRONT_lighting", 10),
("UI_status2", 100),
("UI_status2", 2), # variable rate, minimum 2hz
]

return CANParser(DBC[CP.carFingerprint]["pt"], messages, CANBUS.vehicle)

0 comments on commit 974afff

Please sign in to comment.