Fix to yaw projection

sequenceDiagram
participant S as Route Store
participant G as LocationService
participant UI as GPS Runtime
participant P as Deviation Logic
UI->>S: route
G-->>UI: fix
UI->>P: distance to segments
P->>P: hysteresis
P-->>UI: state + distance

Deviation Logic is currently still held by the UI runtime.