Skip to content

Commit

Permalink
test_onroad: adjust rlog size (commaai#34336)
Browse files Browse the repository at this point in the history
s
  • Loading branch information
maxime-desroches authored Jan 8, 2025
1 parent 2290d2f commit 89204b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/test/test_onroad.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

LOGS_SIZE_RATE = {
"qlog": 0.0083,
"rlog": 0.1528,
"rlog": 0.135,
"qcamera.ts": 0.03828,
}
LOGS_SIZE_RATE.update(dict.fromkeys(['ecamera.hevc', 'fcamera.hevc'], 1.2740))
Expand Down

0 comments on commit 89204b5

Please sign in to comment.