j.foucher af723c944b Rework adaptive extrapolation: deceleration detection + dead zone + debug HUD
Replace variance-based confidence (caused constant lag) with targeted
deceleration detection: compares recent speed (last 25% of safe window)
to average speed. During steady movement ratio≈1 → zero lag.
Only reduces extrapolation when actual braking is detected.

- AdaptiveSensitivity: now a power exponent (0.1-5.0, default 1.0)
- AdaptiveDeadZone: new parameter (default 0.8) to ignore normal
  speed fluctuations and only react to real deceleration
- DebugAntiRecoilHUD: real-time display of ratio, confidence, speeds, errors
- EndPlay: auto-close CSV file when stopping play (no more locked files)
- Python script updated to match new deceleration-based algorithm

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 18:25:54 +01:00
..
2026-03-13 15:35:51 +01:00
2026-03-13 18:13:41 +01:00
BP
2026-03-13 19:47:44 +01:00
2026-03-13 15:35:51 +01:00
2026-03-13 18:13:41 +01:00
2026-03-13 15:35:51 +01:00
2026-03-13 15:35:51 +01:00
2026-03-13 15:35:51 +01:00