Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bubble rendering issue, added ConfigurableZone #1693

Merged
merged 13 commits into from
Nov 23, 2022

Conversation

AisenGinn
Copy link
Contributor

Fixed Envision bubble rendering issue, added ConfigurableZone in to bubble.

Copy link
Collaborator

@Gamenot Gamenot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a CHANGLOG record.

smarts/sstudio/types.py Outdated Show resolved Hide resolved
smarts/sstudio/types.py Show resolved Hide resolved
smarts/sstudio/types.py Outdated Show resolved Hide resolved
@Gamenot Gamenot linked an issue Nov 14, 2022 that may be closed by this pull request
Copy link
Contributor

@saulfield saulfield left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just a few comments.

smarts/sstudio/types.py Outdated Show resolved Hide resolved
smarts/sstudio/types.py Outdated Show resolved Hide resolved
smarts/sstudio/types.py Show resolved Hide resolved
smarts/sstudio/types.py Outdated Show resolved Hide resolved
smarts/sstudio/types.py Outdated Show resolved Hide resolved
envision/web/src/helpers/state_unpacker.js Show resolved Hide resolved
@AisenGinn AisenGinn requested review from saulfield and Gamenot and removed request for Gamenot and saulfield November 15, 2022 19:47
smarts/sstudio/types.py Outdated Show resolved Hide resolved
@AisenGinn AisenGinn requested review from Gamenot and saulfield and removed request for Gamenot November 15, 2022 22:05
smarts/sstudio/types.py Outdated Show resolved Hide resolved
if not isinstance(self.zone, MapZone):
poly = self.zone.to_geometry(road_map=None)
if not poly.is_valid:
raise ValueError("The Zone Polygon is not a valid closed loop")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any context we have that we can used to determine which bubble is having an issue?

@Gamenot
Copy link
Collaborator

Gamenot commented Nov 23, 2022

Good work!

@Gamenot Gamenot merged commit 4688ba3 into huawei-noah:develop Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maintenance: Distance Optimisation
3 participants