Implement localization that learns from ground truth data. - BLE integration as ground truth source: BLE RSSI trilateration provides continuous position estimates for registered devices - Fresnel zone weight refinement: SGD-based per-link weight learning - Continuous weight adjustment based on BLE-blob position feedback - SelfImprovingLocalizer ties together BLE ground truth, weight learning, and fusion engine - REST API endpoints for weights, ground truth, accuracy tracking Acceptance: Localization accuracy improves automatically as BLE ground truth data accumulates. |
||
|---|---|---|
| .. | ||
| fusion.go | ||
| grid.go | ||
| groundtruth.go | ||
| groundtruth_store.go | ||
| groundtruth_test.go | ||
| self_improving.go | ||
| spatial_weights.go | ||
| spatial_weights_test.go | ||
| weightlearner.go | ||
| weightstore.go | ||