docs(go2): add local Wi-Fi teleop troubleshooting guide#2379
Conversation
Greptile SummaryThis PR adds a comprehensive Go2 local Wi-Fi teleop troubleshooting guide and integrates it into the docs navigation and the Go2 getting-started page. It also corrects stale
Confidence Score: 5/5Documentation-only change with no runtime code; safe to merge. All three files are Markdown or JSON configuration. The nav-path renames in docs.json align with the actual coding-agents/ directory on disk. Internal doc links in the new guide point to pages already registered in docs.json, and GitHub source links use absolute blob URLs. The PR author confirmed Mint validation passes. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Go2 Getting Started\nindex.md] -->|Cross-link added| B[Local Wi-Fi Teleop\nTroubleshooting Guide]
B --> C{Problem area}
C --> D[Discovery & Reconnects\ndimos go2tool discover]
C --> E[Dashboard\nport 7779]
C --> F[Video Feed\ndimos lcmspy]
C --> G[Keyboard Control\nport 3030 WebSocket]
C --> H[Phone Teleop\nHTTPS port 8444]
C --> I[macOS Notes]
B --> J[Symptom Reference Table]
B --> K[When To Open A Bug]
L[docs.json] -->|Nav registered| B
L -->|Path corrected| M[coding-agents/*\nwas agents/*]
Reviews (4): Last reviewed commit: "Remove doctor dependency from Go2 troubl..." | Re-trigger Greptile |
|
Addressed the dependency issue in c6017ef. The guide no longer references Re-ran:
Mint validation still exits successfully with the existing favicon warning. |
c6017ef to
22914c5
Compare
Summary
teleop-phone-go2in the Go2 blueprint table.agents/...nav entries tocoding-agents/...so Mint validation uses existing files.Why
Operators need a safe recovery path for local Wi-Fi teleop before pressing any movement controls. The guide separates robot reachability, operator-machine addressing, browser UI routing, and image-stream checks.
Safety
--listen-host 0.0.0.0should be used only on a trusted local network when another device needs to reach the UI.Validation
python3 -m json.tool docs/docs.json >/dev/nullnpm --prefix docs run validateNote: Mint validation succeeds while printing the existing favicon warning:
Error generating favicons: Invalid image buffer.