docs(tracker): フロー図を実装クラスとメソッドへ対応付ける - #22
Open
ssaattww wants to merge 11 commits into
Open
Conversation
ssaattww
marked this pull request as ready for review
July 20, 2026 09:22
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.
概要
Tracker/Design/Core/tracker-architecture-plan.mdを、End-to-end の全体フローを起点に、各ブロックから実装クラス・メソッドへ直接辿れる構成へ更新しました。文字だけでは理解しづらかった説明のうち、図や表で同じ意味を表現できる部分は置き換えています。一方、図で表現しきれない条件・例外・設定値・アルゴリズム要件・TDD 方針・タスク分割は削除せず、
tracker-architecture-plan-details.mdに従来の原文をそのまま保持しています。今回の指摘への対応
Class.Method()を記載Class.field、契約型は(data type)として処理と区別F1-F7の各stageへ主なimplementation entry pointを追加RuntimeVisionReceiverService.ExecuteAsync()RuntimeHostOperationLoop.ProcessLatestPacket()VisionReceiverService.ExecuteAsync()TrackerCoordinator.ProcessPacket()CreateBufferedDetection()、FlushCommittedFrames()、BuildDetectionGroups()UpdateCameraBallTrackStates()、UpdateCameraRobotTrackStates()CollectMergedBallStates()、CollectMergedRobotStates()UpdateKickState()、CreateBallContactState()、CreateBallLeftFieldState()CommitGroup()TrackerCoordinator.DispatchResult()、PublishFrame()、NotifyObservers()へ対応付けdesiredOptions/pendingRequest/inFlightRequest/appliedOptionsRequestProfileSwitch()/PromotePendingRequest()/ApplyProfileSwitch()VisionPacketCaptureWriter.Capture()MultiTrackerManager.ProcessPacket()TrackerPacketSnapshotLogWriter.Append()TrackerSnapshotAlignmentLogWriter.WriteTimelineRecords()TrackerSnapshotReplayReader.ReadSession()TrackerDiagnosticsComparisonViewStateReader.Load()CaptureReplayRunner.Run()文書構成
tracker-architecture-plan.mdF1-F7End-to-end全体フローF1-F6live tracking sequenceF3.1-F3.8engine pipelineと責務別methodF3.8-F5Core data model / output boundaryF4event dispatch順C1profile switch state / sequenceF7Capture / replay / comparison flowtracker-architecture-plan-details.mdtracker-architecture-plan.mdを全文保持情報保持の基準
テストに関する扱い
検証
main...agent/improve-tracker-architecture-planはahead 11 / behind 0.NET testsrun 26: success