Tutorial T4 — Viewer (Python/Web)
Purpose
Build a simple viewer to plot incoming points in real-time.
Recommended approach
- Start with Python:
- Read serial
- Parse JSONL/CSV
- Plot using
open3dormatplotlib(3D scatter) initially
Deliverables
- Repo:
tutorial-esp32-room-mapper-viewer/ - Run command:
python viewer.py --port /dev/tty... --baud 921600
Acceptance criteria
- Viewer updates continuously.
- Can clear/reset map.