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

Add mutex to lane parameters #477

Merged
merged 3 commits into from Nov 17, 2023
Merged

Add mutex to lane parameters #477

merged 3 commits into from Nov 17, 2023

Conversation

luca-della-vedova
Copy link
Member

New feature implementation

Implemented feature

This PR adds a new string parameter to lane parameters called mutex.

Implementation description

I briefly investigated making this an effectively optional property added through clicking the Add Property button but that turned out to be a lot more involved than expected since Add Property has historically only been used for vertex properties and it has vertex logic quite built-in, so the refactor would have been a lot larger.
I found a small duplicated snippet when parsing speed limit so took the chance to remove it. The parameter was being added twice in the same code block.

Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
@mxgrey mxgrey merged commit 32f87c3 into main Nov 17, 2023
4 checks passed
@mxgrey mxgrey deleted the luca/add_mutex_param branch November 17, 2023 03:39
mxgrey pushed a commit that referenced this pull request Dec 15, 2023
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
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.

None yet

2 participants