-
Notifications
You must be signed in to change notification settings - Fork 1
WebUIにロボット情報の閲覧画面を追加 #894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
HansRobo
wants to merge
11
commits into
develop
Choose a base branch
from
add-robot-info-gui
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
WebUIにロボット情報の閲覧画面を追加 #894
+1,522
−0
Conversation
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
- /diagnostics トピックの購読機能を追加 - /robot_feedback トピックの購読機能を追加 - robot_diagnostics メッセージタイプのブロードキャスト実装 - robot_feedback メッセージタイプのブロードキャスト実装 - 必要なヘッダーファイルの追加 (diagnostic_msgs, robot_feedback_array) ロボット状態監視WebUI向けのバックエンド機能を提供 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- 最大12台のロボット対応のグリッドレイアウト - チーム別フィルタリング機能 (All/Our Team/Their Team) - コンパクト表示でロボットの基本状態を表示 - 詳細表示用サイドパネルの実装 - レスポンシブデザイン対応 - Bootstrap 5 + Font Awesome 6 使用 - タブ形式の詳細情報表示 (Overview/Sensors/Diagnostics/Commands) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- RobotStatusMonitorクラスによる状態管理 - WebSocket通信でリアルタイムデータ受信 - 最大12台のロボット状態をMap形式で管理 - グリッド表示の動的更新 (500ms間隔) - サイドパネル詳細表示の実装 (100ms間隔更新) - チーム別フィルタリング機能 - ロボットカードのクリックイベント処理 - Diagnostics/Feedback/WorldModel/Commands対応 - バッテリー残量・エラー/警告カウント表示 - ESCキー・オーバーレイクリックでパネル閉じる機能 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- レスポンシブグリッドレイアウト (1200px/768px/576px対応) - ロボット接続状態別アニメーション (connected/disconnected/warning) - バッテリーバーのシマー効果アニメーション - エラーバッジのパルスアニメーション - サイドパネルのブラー効果とスムーズトランジション - ホバー効果とフォーカス状態の強化 - ダークモード・高コントラストモード対応 - プリント用スタイル対応 - アクセシビリティ向上のための視覚的フィードバック 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- ナビゲーションバーに「ロボット状態監視」ボタンを追加 - robot_status.htmlへの直接リンク機能 - ロボットアイコン付きで視認性向上 - 既存のSVG可視化ツールとの統合 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
|
Member
Author
|
@codex レビューして改善点を指摘してください |
|
ここで Codex を使用するには、このリポジトリ用の環境を作成してください。 |
Member
Author
|
@codex レビューして改善点を指摘してください |
Summary
Testing
|
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.




ロボット状態監視WebUI向けのバックエンド機能を提供
🤖 Generated with Claude Code
Co-Authored-By: Claude [email protected]