Off-route re-routing with cue-sheet splicing #73
Labels
No labels
area:companion
area:docs
area:shared
area:tooling
area:watchapp
blocker
kind:chore
kind:feature
kind:spike
kind:test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
robert/PedalPebble#73
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Compute an actual return leg when the rider goes off course, enrich it, and splice it into the active cue sheet — rather than the bearing arrow #57 ships in Phase 3.
Deferred here from Phase 3 by D42, which supersedes D30. The bearing arrow gives an off-route rider a direction and a distance, which is what they actually need; this is the richer version, to be built against real evidence about how often riders go off course and what they wanted when they did.
Acceptance criteria
NAV_REMAIN_MandNAV_ETA_Srecomputed against the new geometry, and must not jumpNAV_STATE = 3(reserved for exactly this) shown while the detour is computedFiles
companion/.../route/nav/Rerouter.ktNotes
D42, superseding D30. Everything here was previously in #57; #57 keeps rejoin-point selection and the bearing arrow.