[PR #180] [CLOSED] feat: Add Comparative Telemetry Overlays feature #201

Closed
opened 2026-05-07 00:19:11 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/180
Author: @ohhmkar
Created: 1/21/2026
Status: Closed

Base: mainHead: feature/comparative-telemetry-overlays


📝 Commits (1)

  • d4fecff feat: 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

  • Add compare module for distance-based telemetry interpolation
  • Create Matplotlib multi-panel chart (Speed, Throttle/Brake, Delta Time)
  • Add CLI support with --compare flag (interactive and quick modes)
  • Update README with usage documentation

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.

## 📋 Pull Request Information **Original PR:** https://github.com/IAmTomShaw/f1-race-replay/pull/180 **Author:** [@ohhmkar](https://github.com/ohhmkar) **Created:** 1/21/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/comparative-telemetry-overlays` --- ### 📝 Commits (1) - [`d4fecff`](https://github.com/IAmTomShaw/f1-race-replay/commit/d4fecffcc6189b9cadf3b52bf6121376f61abf94) feat: Add Comparative Telemetry Overlays feature ### 📊 Changes **6 files changed** (+1184 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - Add compare module for distance-based telemetry interpolation - Create Matplotlib multi-panel chart (Speed, Throttle/Brake, Delta Time) - Add CLI support with --compare flag (interactive and quick modes) - Update README with usage documentation 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:19:11 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/f1-race-replay#201
No description provided.