Skip to content

Refactor trajectory parsing architecture#3

Open
Bol-C14 wants to merge 1 commit intorefactorfrom
codex/refactor-to-implement-trajectoryparser-interface
Open

Refactor trajectory parsing architecture#3
Bol-C14 wants to merge 1 commit intorefactorfrom
codex/refactor-to-implement-trajectoryparser-interface

Conversation

@Bol-C14
Copy link
Owner

@Bol-C14 Bol-C14 commented Jun 5, 2025

Summary

  • add TrajectoryParser interface and data class ReplayPoint
  • move parsing logic to JsonTrajectoryParser
  • split section parsing into ImuSectionParser, PdrSectionParser, and GnssSectionParser
  • add TrajectoryParserFactory
  • update ReplayFragment to use the new parser interface
  • remove old TrajParser

Testing

  • ./gradlew assembleDebug
  • ./gradlew test

https://chatgpt.com/codex/tasks/task_e_684191c8451083288a042ef6da349070

@Bol-C14 Bol-C14 added the refactor Improve code structure label Jun 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex refactor Improve code structure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant