mapbox / mapbox/mapbox-navigation-ios
Puck and camera animation should not cut corners at maneuvers
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 918
- Forks
- 326
- Avg merge
- 1h 16m
- Merged PRs (30d)
- 3
Description
At a sharp corner, the puck and camera animation should follow the route without cutting corners. @bsudekum attempted to mitigate this problem in #939, which has a good illustration of the problem. MapboxNavigationNative can provide a list of “keypoints” that we can use in interpolation.
/cc @mapbox/navigation-ios @LukasPaczos
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the illustration and attempted mitigation in issue #939, then inspect the existing puck and camera animation interpolation and how MapboxNavigationNative exposes keypoints. Done means both animations follow the complete route through sharp corners and do not cut across maneuvers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100