-
Notifications
You must be signed in to change notification settings - Fork 49
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. |
@sshane can you add this new endpoint and take care of anything else needed on the backend for shipping new connect? I think we want to add a |
probably doesn't need to change to v1.1 as it's not a breaking change |
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: