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

Plexe: Improved whole-platoon lane change procedure #14395

Merged
merged 2 commits into from Feb 23, 2024

Conversation

michele-segata
Copy link
Contributor

This pull request improves the lane change behavior of a whole platoon, which was known to cause collisions in some specific cases. In the updated code, the leader checks for lane change safety conditions by invoking the getNeighbors() method with the safety bit enabled. Only if all members agree on lane change safety the maneuver is performed.

In addition, a new API to safely move the platoon to a specific lane upon user request has been implemented.

Signed-off-by: Michele Segata <segata@ccs-labs.org>
Signed-off-by: Michele Segata <segata@ccs-labs.org>
@namdre
Copy link
Contributor

namdre commented Feb 23, 2024

Happy to see you're still working on this!

@michele-segata
Copy link
Contributor Author

Oh yes, I'm always trying to do so! :) Unfortunately not much time is available, but I'm trying to keep stuff up to date!

@namdre namdre merged commit 0cfaa65 into eclipse-sumo:main Feb 23, 2024
47 of 56 checks passed
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