Skip to content

Commit 5ebd78e

Browse files
committed
Add wifi-densepose-pointcloud: real-time dense point cloud from camera + WiFi CSI
New crate with 5 modules: - depth: monocular depth estimation + 3D backprojection (ONNX-ready, synthetic fallback) - pointcloud: Point3D/ColorPoint types, PLY export, Gaussian splat conversion - fusion: WiFi occupancy volume → point cloud + multi-modal voxel fusion - stream: HTTP + Three.js viewer server (Axum, port 9880) - main: CLI with serve/capture/demo subcommands Demo output: 271 WiFi points + 19,200 depth points → 4,886 fused → 1,718 Gaussian splats. Serves interactive 3D viewer at http://localhost:9880 with Three.js orbit controls. ADR-SYS-0021 documents the architecture for camera + WiFi CSI dense point cloud pipeline. Co-Authored-By: claude-flow <ruv@ruv.net>
1 parent 8914538 commit 5ebd78e

File tree

9 files changed

+979
-16
lines changed

9 files changed

+979
-16
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,3 +250,5 @@ v1/src/sensing/mac_wifi
250250
# Local build scripts
251251
firmware/esp32-csi-node/build_firmware.batdata/
252252
models/
253+
demo_pointcloud.ply
254+
demo_splats.json

0 commit comments

Comments
 (0)