mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[GH-ISSUE #34] The ending position is not the final race position #9
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#9
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 @jaxon3062 on GitHub (Dec 12, 2025).
Original GitHub issue: https://github.com/IAmTomShaw/f1-race-replay/issues/34
Hi @IAmTomShaw , this is a very cool project and well done for the work! However, I found that the final position of the replay does not align to the official race result. It is probably caused by telemetry error. Hope the issue can be fixed.
This is the position before the ending of the 2025 Australia GP:

And this is the final position that the replay shows:
@IAmTomShaw commented on GitHub (Dec 15, 2025):
Thank you for reporting this. This is a known issue and is caused by the final "Distance" and "RelativeDistance" values in the FastF1 Telemetry. I'm working on a fix for this :)
@xhemals commented on GitHub (Dec 17, 2025):
@IAmTomShaw perhaps you could use the
SessionResultsobject. And when a driver crosses the line on the final lap after the leader, use thePositioncolumn and update the leaderboard with their actual finishing position? And avoidClassifiedPositionas this takes into account DQs