-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle routes with no time #60
Comments
I would like to work on this. @adeebshihadeh |
- falls back to `create_time` when start_time/end_time are unavailable - refactor `<RouteHeader />` into its own file - hide `<RouteStatistics />` if there's no trip data closes commaai#60
The |
I forked about this project and would like to have some clarification on where to start. |
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
The text was updated successfully, but these errors were encountered: