mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 04:13:54 +08:00
default to a reasonable amount of segs in replay_drive_can.py
This commit is contained in:
@@ -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...")
|
||||
|
||||
Reference in New Issue
Block a user