Kyle Madsen

Results 72 comments of Kyle Madsen

It should also not be required to integrate the `CarSearchLocationProvider` in order to make android auto work. https://github.com/mapbox/mapbox-navigation-android/blob/bf0f61f96c3942b28daea4aa010238380b20acb3/qa-test-app/src/main/java/com/mapbox/navigation/qa_test_app/car/search/CarSearchLocationProvider.kt#L18-L20

We're looking to integrate with search long term. The common SDK strict requirement is burdensome not just for upgrades, but version flexibility with different libraries. That said, it either happens...

Thanks! This is probably something CircleCi can address Opened a ticket here, not sure if you can see https://support.circleci.com/hc/en-us/requests/111038

Looked through a couple weeks of circle ci runs and the run time is under 10 minutes for `androidauto-test`

Also ran into it again here https://github.com/mapbox/mapbox-navigation-android/pull/6225 https://app.circleci.com/pipelines/github/mapbox/mapbox-navigation-android/20044/workflows/40384e38-56c1-4756-8c2b-401b13b82535/jobs/99204 I've also re-opened the CircleCi issue ticket : https://support.circleci.com/hc/en-us/requests/116053

The suggestion from circle ci didn't work https://app.circleci.com/pipelines/github/mapbox/mapbox-navigation-android/20220/workflows/000b045d-83fe-4c50-bc78-449b21f4e52c/jobs/100664 on this pull request https://github.com/mapbox/mapbox-navigation-android/pull/6233 They just suggested this one https://support.circleci.com/hc/en-us/articles/360043994872-How-To-Record-a-Job-s-Memory-Usage

We may add an android-automotive-app in this repository at some point. But right now the automotive app can be in the examples repository. Closing here as the effort is happening...

Also interesting read from https://www.win.tue.nl/~vanwijk/zoompan.pdf#page=5

Created a notebook that tests the approach I had in mind for resolving this https://observablehq.com/@kmadsen/path-curves

It would be nice to add the bezier curves to mapbox-java. Reference to turf's spline https://github.com/Turfjs/turf/blob/master/packages/turf-bezier-spline/lib/spline.ts