commaai / new-connect

a rewrite of comma connect
https://new-connect.connect-d5y.pages.dev/
MIT License
9 stars 28 forks source link

Handle routes with no time #60

Open adeebshihadeh opened 4 months ago

adeebshihadeh commented 4 months ago

Since openpilot 0.9.7 removed RTC support, some routes can have no time (e.g. the device just booted up and didn't get a GPS fix during the route).

Since openpilot's uploader guarantees that routes are uploaded in the order they were created, we can still show all routes in the correct sequence using the create_time attribute of the route.

Requirements

eshaanrathi2 commented 4 months ago

I would like to work on this. @adeebshihadeh