| 2026-03-27 |
[add] Pi 側で検出手法・制御手法の切り替えに対応
...
- Pi の ImageParams を PC 版フル仕様に拡張(全28フィールド)
- Pi に全検出手法(current, blackhat, dual_norm, robust, valley)を追加
- Pi に PD 制御・2点パシュート制御を追加(既存の TS-PD に加えて3手法)
- Pi の fitting.py に RANSAC を追加
- Pi の main.py で steering_method コマンドによる制御手法切り替えに対応
- PC の main_window.py から steering_method と全パラメータを送信
- deploy.sh に params/ 転送を追加
- PARAMS_DIR の上方向探索による Pi パス解決を修正
- requirements_pi.txt に scikit-learn, joblib 等を追加
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Akira Morita
committed
20 days ago
|
[update] Pi 側で画像処理・操舵計算を完結させるアーキテクチャに変更
...
- Pi に vision/steering モジュールを移植し,制御ループを Pi 内で完結
- 通信プロトコルをテレメトリ(Pi→PC)+ コマンド(PC→Pi)に変更
- PC GUI をモニタリング専用に変更(画像処理・操舵計算を削除)
- Pi は auto/manual/stop の3モードで動作
- システム構成仕様・ディレクトリ構成ドキュメントを更新
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Akira Morita
committed
20 days ago
|
[add] 十字路判定・操舵符号修正・FPS/RTT 計測を追加
...
- 十字路分類器(SVM)による判定と GUI パネルを追加
- TsPdControl / Recovery の操舵符号を修正
- Pi 側カメラ FPS とラウンドトリップ遅延の計測機能を追加
- PC 側に受信 FPS・処理時間の表示を追加
- ディレクトリ構成ドキュメントを更新
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Akira Morita
committed
20 days ago
|
| 2026-03-26 |
[add] 十字路分類モデルの学習・評価スクリプトを追加
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Akira Morita
committed
22 days ago
|
| 2026-03-25 |
[add] データ仕分け GUI と raw/confirmed のディレクトリ構成を追加
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Akira Morita
committed
22 days ago
|
[add] 十字路検出用の二値画像データ収集機能を追加
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Akira Morita
committed
22 days ago
|
| 2026-03-24 |
[add] Theil-Sen PD 制御を追加(プリセット・折りたたみ展開時の表示修正含む)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Akira Morita
committed
23 days ago
|
[clean] GUI SpinBox同期のデータ駆動化・プリセットUI共通化・line_detector分割
...
- _create_spin から未使用の max_val 引数を削除
- _set_image_params で両制御クラスの image_params 更新を一元化
- _image_param_vis にフィールド名を追加し _sync/_on_changed をループ化(-142行)
- _create_preset_ui でプリセットUI作成を共通化
- line_detector.py を detectors/ パッケージに分割(1203→368行)
- fitting.py に clean_and_fit / ransac_polyfit を集約
- morphology.py に形態学的処理ユーティリティを抽出
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Akira Morita
committed
23 days ago
|
[clean] Theil-Sen重複排除・JSON共通化・マジックナンバー定数化
...
- fitting.py に theil_sen_fit を切り出し pursuit_control / overlay から参照
- json_utils.py に PARAMS_DIR / read_json / write_json を集約
- line_detector.py の近傍・残差除去パラメータを名前付き定数に変更
- ディレクトリ構成ドキュメントに新規・未記載ファイルを追記
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Akira Morita
committed
23 days ago
|
| 2026-03-19 |
[update] 多項式フィッティング・画像処理パラメータ GUI・パラメータ保存機能を追加
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rintoHasegawa
committed
28 days ago
|
[add] デバッグオーバーレイ表示と横方向クロージングによる線検出改善
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rintoHasegawa
committed
28 days ago
|
[add] 自動操縦を実装(線検出・PD 制御・GUI パラメータ調整),実機確認済み
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rintoHasegawa
committed
28 days ago
|
[update] ドキュメントの整合性を修正(実装状態・python-dotenv・CLAUDE.md)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rintoHasegawa
committed
28 days ago
|
[add] 通信の土台を実装(common/config,PC/Pi の ZMQ 通信モジュール)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rintoHasegawa
committed
28 days ago
|
[add] プロジェクト初期構成(ドキュメント・環境設定)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rintoHasegawa
committed
28 days ago
|