PAK・Claude Code関連ドキュメントの追加とWiFi設定フォームの実装 - #1
Open
akira-sasaki wants to merge 1 commit into
Open
Conversation
- PAKセクションを追加(配線、電源、Mac/Win接続、インターネット接続、CORS) - Claude Code関連ページを追加(連携方法、Desktop、VSC、Bedrock設定 Jetson/PC両対応) - internet.md用のWiFi設定フォーム(lerobot_wifi.js)を実装:SSID/Passwordを入力するとコマンドに反映 - train.mdに学習済みモデルのバックアップ手順を追加 - lerobot配下のページ更新(camera、check、collect、run、cors)とナビゲーション再構成 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
概要
FaBo Physical Agent Kit のセットアップ手順と Claude Code 連携ドキュメントを追加し、internet.md 用の WiFi 設定フォームを実装しました。
変更内容
PAKセクション(新規)
pak/wire.md、pak/power.md、pak/arm.md)pak/mac.md、pak/win.md)pak/internet.md)と CORS 設定(lerobot/cors.md)Claude Code関連(新規)
claude/)claude/bedrock.md)と PC 側(claude/bedrock_local.md)の両方で整備provider_data_shareの有効化、~/.claude/settings.jsonの設定例WiFi設定フォーム(新規実装)
docs/javascripts/lerobot_wifi.js:internet.md の SSID / Password 入力フォームnmcliコマンドへリアルタイム反映(localStorage 保存、パスワードはマスク表示)lerobot_ports.js(ポート設定フォーム)とは独立して動作既存ページの更新
train.md:学習済みモデルを削除ではなく日時付きリネームでバックアップする手順camera.md/check.md/collect.md/run.mdの内容更新mkdocs.yml:ナビゲーション再構成(PAK・Claude Code セクション追加)レビュー時の注意点
mkdocs gh-deployで既に反映済みの内容です。この PR はソースを main に取り込むためのものですclaude/bedrock_local.mdの Bedrock モデルIDは実環境(ap-northeast-1)のlist-inference-profilesで確認済みです🤖 Generated with Claude Code