Switch LogReader to the new API, and remove the old
Now that we have a fancy new log sorter, lets flip over to using it.
This doesn't simplify anything yet on the log reader side to take
advantage of the simpler code.
While we are here, the new API really wants a LogFiles object instead of
vectors of strings. Convert any calls over to the new LogFiles API.
The log file was updated to add UUIDs. They are required with
multi-node log files, and it doesn't seem worth changing that
requirement for this old log.
Change-Id: I84bd63c7339ec43ed01c106131153e1cb6d213bb
diff --git a/WORKSPACE b/WORKSPACE
index a8c8a19..464d2e2 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -652,8 +652,8 @@
http_file(
name = "drivetrain_replay",
downloaded_file_path = "spinning_wheels_while_still.bfbs",
- sha256 = "d724dbf0acae894b30c9bb62006a2633a7f4c478db48548e76cbec03cbb07f46",
- urls = ["https://www.frc971.org/Build-Dependencies/spinning_wheels_while_still3.bfbs"],
+ sha256 = "8abe3bbf7ac7a3ab37ad8a313ec22fc244899d916f5e9037100b02e242f5fb45",
+ urls = ["https://www.frc971.org/Build-Dependencies/spinning_wheels_while_still4.bfbs"],
)
# OpenCV armhf (for raspberry pi)