[add] 十字路判定・操舵符号修正・FPS/RTT 計測を追加
- 十字路分類器(SVM)による判定と GUI パネルを追加
- TsPdControl / Recovery の操舵符号を修正
- Pi 側カメラ FPS とラウンドトリップ遅延の計測機能を追加
- PC 側に受信 FPS・処理時間の表示を追加
- ディレクトリ構成ドキュメントを更新

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3577ad3 commit 0a1d1f52e0ac7f309f848245738b805858b7f6fc
@Akira Morita Akira Morita authored 20 days ago
Showing 11 changed files
View
docs/04_ENV/ENV_04_ディレクトリ構成.txt
View
src/pc/comm/zmq_client.py
View
src/pc/gui/main_window.py
View
src/pc/gui/panels/__init__.py
View
src/pc/gui/panels/intersection_panel.py 0 → 100644
View
src/pc/steering/recovery.py
View
src/pc/steering/ts_pd_control.py
View
src/pc/vision/intersection.py 0 → 100644
View
src/pc/vision/overlay.py
View
src/pi/comm/zmq_client.py
View
src/pi/main.py