Speed pipeline: smoothing, stop clamping, distance, moving average #17
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#17
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
Turn raw fixes into numbers that look right on the handlebars.
Acceptance criteria
FusedLocationProviderClientat 1 s, high accuracyLocation.getSpeed()used where available, distance/dt as fallbackFiles
companion/.../location/SpeedPipeline.ktUpdate — 2026-09-01: "stopped" is defined in #69, not here
Moving time and the moving average both need stop detection, and FR-M8 (auto-pause) sat two phases
away in Phase 5 as "behaviour not yet specified". Two phases apart, that becomes two definitions of
stopped and rides where the average speed and the ride timer disagree.
StopDetectorfrom #69 rather than defining stopped locallyand why
See D35.