mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[GH-ISSUE #63] [Bug] Leaderboard shows incorrect positions in early corners #13
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#13
Loading…
Add table
Add a link
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?
Originally created by @Bangkah on GitHub (Dec 17, 2025).
Original GitHub issue: https://github.com/IAmTomShaw/f1-race-replay/issues/63
Description:
The leaderboard during race replay sometimes shows inaccurate driver positions, especially in the first few corners. Drivers who are clearly ahead on track may be displayed behind others temporarily.
GitHub
Steps to Reproduce:
Expected Behavior:
Leaderboard should reflect the real on-track driver positions accurately at all times.
Actual Behavior:
Positions sometimes appear swapped or incorrect before the first lap is complete.
@IAmTomShaw commented on GitHub (Dec 17, 2025):
Thanks for mentioning this. This is a known issue, and is something that is being worked on. :)
@Bangkah commented on GitHub (Dec 17, 2025):
Glad to hear that! If there's any specific part of the logic (perhaps in the telemetry data processing) where I can help with a PR, please let me know.