Files
StarPilot/selfdrive
whoisdomi 997c1be7b6 Could this be the last accel chain?
Issue: limit_accel_in_turns breakpoint table started at 20 m/s, causing np.interp to clamp a_total_max to 1.7 m/s² for all speeds below 20 m/s (~45 mph), overriding acceleration profiles during the entire low-speed pull.
Fix: Extended _A_TOTAL_MAX_BP down to 0 m/s with a 3.5 m/s² ceiling, matching the maximum ACCEL_MAX.
Turn protection still works correctly since a_y grows with v² and naturally consumes the budget in actual turns.
2026-05-04 10:28:29 -05:00
..
2026-04-30 11:01:46 -05:00
2026-05-02 09:19:39 -05:00
2026-03-22 03:15:05 -05:00
2026-05-02 20:39:08 -05:00
2026-04-28 21:14:00 -05:00
2026-04-14 18:13:03 -05:00
2026-05-02 20:39:08 -05:00
2026-04-28 20:43:01 -05:00
2026-04-25 20:51:58 -05:00
2026-05-03 02:50:46 -04:00
2025-12-18 23:23:21 -08:00
2026-03-22 03:15:05 -05:00
2025-12-18 23:23:21 -08:00