default to a reasonable amount of segs in replay_drive_can.py

old-commit-hash: b17a6e8f31
commatwo_master
Adeeb Shihadeh 5 years ago
parent 76302a54dd
commit d88134db74
  1. 2
      selfdrive/debug/internal/replay_drive_can.py

@ -6,7 +6,7 @@ from tools.lib.logreader import LogReader
import cereal.messaging as messaging
ROUTE = "77611a1fac303767/2020-03-24--09-50-38"
NUM_SEGS = 82
NUM_SEGS = 10 # route has 82 segments available
# Get can messages from logs
print("Loading...")

Loading…
Cancel
Save