Files
sunnypilot/docs
Isaac Barham 61dac4977b Ford: restore large-turn path demand with bounded heading backoff
Reuse the existing model-pose allocator for aligned large maneuvers while encoding remaining selected curvature as C0/C1 and keeping C2/C3 zero. Permit measured heading backoff during release or PSCM limits without turning model-base changes into stored bias.

Validate with 127 tests and 67 subtests, including recorded large-turn retention, release and reversal, repeated-measurement backoff, CAN packing, logging, and Sunnylink schema checks. Replay checks command behavior; enabled vehicle tracking remains unvalidated.
2026-09-05 13:28:56 -04:00
..
2026-08-06 21:57:56 -04:00
2026-04-15 18:37:23 -07:00
2026-06-21 18:28:35 -07:00
2026-07-26 14:34:43 -07:00
2026-07-26 14:34:43 -07:00

Docs development

The docs/ tree is the source for docs.comma.ai. The site is updated on pushes to master by this workflow.

1. Build the site

python docs/serve.py --build

2. Run the site locally (rebuilds on change)

python docs/serve.py