mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 16:35:49 +02:00
[PR #180] [CLOSED] feat: Add Comparative Telemetry Overlays feature #201
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#201
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?
📋 Pull Request Information
Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/180
Author: @ohhmkar
Created: 1/21/2026
Status: ❌ Closed
Base:
main← Head:feature/comparative-telemetry-overlays📝 Commits (1)
d4fecfffeat: Add Comparative Telemetry Overlays feature📊 Changes
6 files changed (+1184 additions, -2 deletions)
View changed files
📝
README.md(+34 -0)📝
main.py(+36 -2)➕
src/cli/telemetry_compare.py(+447 -0)➕
src/compare/__init__.py(+28 -0)➕
src/compare/compare_chart.py(+347 -0)➕
src/compare/telemetry_compare.py(+292 -0)📄 Description
The Goal: Allow users to select two laps (e.g., Driver A vs Driver B or Lap 1 vs Lap 50) and generate a multi-panel chart comparing their Speed, Throttle, and Brake traces indexed by distance.
Responding to #170
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.