refactor: render Q10 overlays with V1 - #903
Merged
allenporter merged 1 commit intoJul 30, 2026
Merged
Conversation
This was referenced Jul 25, 2026
tubededentifrice
force-pushed
the
vc/q10-v1-overlays
branch
from
July 30, 2026 14:28
14e2e3e to
7fd7744
Compare
tubededentifrice
marked this pull request as ready for review
July 30, 2026 14:30
allenporter
approved these changes
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Second rendering slice extracted from #900, now rebased onto
mainafter #902 merged. Q10 overlays reuse the V1 image generator for paths, robot/dock markers, zones, and virtual walls while Q10 parsing remains responsible for converting protocol coordinates intoMapData.Changes
Before / after
The same isolated
MapDatafixture is rendered before and after this slice.Validation
pytest -q— 887 passed, 86 snapshots passedgit diff --check— passedStack / review order
This branch is rebased onto
main, so Files changed contains only the overlay-renderer slice. The transport correction is independent in #901; #900 remains the aggregate real-device/Home Assistant reference.