-
Notifications
You must be signed in to change notification settings - Fork 658
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
Missing drivable area when two lanelets merged into one #8650
Comments
First of all, I would like to check if the map (lanelet) is drawn correctly, I mean, maybe there are some other ways to draw the lanelets so that autoware can successfully understand. |
Thank you @felixf4xu for creating the issue. The map seems right to me. For path planner to expand drivable area so that neighbor lanes as well would be covered, they should share a linestring at the moment. Since in your drawings lanelet 2 and 3 does not share a linesting drivable area is not expanded. I am not sure how easy to implement what you want. |
The map is fine but the current planning modules do not handle this case well. I tested it and now we can do a lane change. I could not find anything about merging lanes in the map creation requirements (https://docs.pilot.auto/en/reference-design/common/map-requirements/overview) so we should probably keep this issue open and either:
|
This pull request has been automatically marked as stale because it has not had recent activity. |
Hi @maxime-clem , did you test it with some new code added? is the code already merged into some branch of autoware.universe? |
No new code. I only modified the map file as I described. |
Checklist
Description
I have a map where 2 lanes will merge into one, like this:
and it can be simplified as this:
Expected behavior
on dashed lines, lane change should be possible, all area should be drivable.
Actual behavior
There is some triangle area (circle in red), which is not drivable
Steps to reproduce
the lanelet map is uploaded
lanelet2_map.zip
Versions
Possible causes
in the overlapped area, it's difficult to tell which lanelets are neighbors
Additional context
No response
The text was updated successfully, but these errors were encountered: