-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Problem
The heatmap interpolation creates a rectangular grid that doesn't respect actual room boundaries, showing poor signal strength predictions for areas outside the room.
Evidence from Logs
π Creating 16x11 interpolation grid
β
Generated heatmap with 204 interpolated coverage points
- Creates uniform rectangular grid regardless of room shape
- Interpolates signal strength for areas that may not exist (outside walls)
- Results in misleading coverage visualization
Expected Behavior
- Heatmap should only interpolate within actual room boundaries
- Should respect wall positions and room geometry
- Should not show coverage for areas outside the scanned room
Solution Approach
- Constrain interpolation grid to room polygon boundaries
- Use room wall points to mask interpolation areas
- Only generate coverage points within identified room shapes
- Add room boundary validation before interpolation
Priority
High - Affects accuracy of WiFi coverage analysis
Related
- Room boundary detection improvements needed
- Coordinate system alignment verification
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels