Initial commit: RangeView Crazyflie ToF mapping client

DearPyGui app that visualizes the Multi-ranger ToF sensors and builds a top-down map of the drone's surroundings. Handheld and experimental hardened-scan capture, Flow-deck drift correction (ZUPT), props-off dry-run mode, and optional 3D point-cloud streaming to CloudView.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-24 14:09:01 -07:00
commit 356218e8a2
11 changed files with 2763 additions and 0 deletions

3
rangeview/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
"""rangeview: visualise Crazyflie Multi-ranger ToF data and map the surroundings."""
__version__ = "0.1.0"