Open
Conversation
Draft plan covering L-shape course generator, Ornstein-Uhlenbeck driving simulator, and comprehensive test suite for the full segmentation pipeline. https://claude.ai/code/session_014jSyAo81sqSyiduiKbH5aj
New files: - synthetic_courses.py: L-shape and U-shape course generators with Ornstein-Uhlenbeck driving simulator for realistic multi-lap data - test_imu_synthetic.py: 56 tests covering the full pipeline: course geometry, driving simulation, lap detection, mean course recovery, segmentation, segment assignment, segment statistics, CSV round-trip, Tub data integration, and end-to-end pipeline - plot_synthetic_courses.py: Visualization script for the courses The OU driving simulator produces smooth, mean-reverting cross-track noise parameterized by arc length. Each lap gets independent noise, so averaging laps recovers the designed course. https://claude.ai/code/session_014jSyAo81sqSyiduiKbH5aj
Course geometry and simulated driving plots for L-shape and U-shape courses, generated by plot_synthetic_courses.py. These images are referenced in the PR to give reviewers visual context for the synthetic test courses. https://claude.ai/code/session_014jSyAo81sqSyiduiKbH5aj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.