connect icon indicating copy to clipboard operation
connect copied to clipboard

Handle routes with no time

Open adeebshihadeh opened this issue 1 year ago • 9 comments

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

  • hide the date/time
  • show "timeless" routes in the correct order with the rest of routes

adeebshihadeh avatar Jul 11 '24 21:07 adeebshihadeh

Screen Shot 2020-02-29 at 9 13 01 PM Screen Shot 2020-02-29 at 5 35 34 PM

New vs. old comparison.

LoganxDev avatar Mar 01 '20 05:03 LoganxDev

fixed in #96

jwooning avatar May 20 '21 17:05 jwooning