Open VRichardJP opened 2 years ago
@satoshi-ota is dealing with this issue?
This pull request has been automatically marked as stale because it has not had recent activity.
I'm working on developping new feature for this issue.
This pull request has been automatically marked as stale because it has not had recent activity.
Checklist
Description
Consider the situation below:
A vehicle is parked on the side of our lane. To avoid it, we have no choice but to cross the middle line. At the same time, a vehicle is coming from the opposite lane. Obviously, this vehicle has priority and autoware should wait until it has gone before engaging the maneuver.
As you can see in the simulation, autoware does not care about the vehicle coming from the opposite lane and wants to engage immediately.
Expected behavior
Autoware should not leave its lane until the vehicle with priority is gone.
Actual behavior
Autoware cross the middle lane and eventually crashes on the opposite vehicle.
Steps to reproduce
Versions
No response
Possible causes
No response
Additional context
No response