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

Global planner fails when the goal point is on the same lanelet, behind the vehicle #2291

Closed
3 tasks done
VRichardJP opened this issue Nov 15, 2022 · 2 comments
Closed
3 tasks done
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) status:help-wanted Assistance or contributors needed.

Comments

@VRichardJP
Copy link
Contributor

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I'm convinced that this is not my fault but a bug.

Description

When the lanelet2 map has a loop, it is possible to have Autoware driving over the loop by setting the goal point behind the vehicle. It is very convenient for testing.

However, if the goal points and the ego vehicle happen to be on the same lanelet, the global planner fails to generate a valid path. For example:
image

If the goal point is behind the vehicle, but on a different lanelet, then there is no problem.

Expected behavior

As long as there is a possible path from start to goal on the lanelet2 map, Autoware should be able to generate it.

Actual behavior

When the goal point is behind the ego vehicle, on the same lanelet, no valid global plan is generated.

Steps to reproduce

Can be reproduced with the simulator, using any map with a loop.

Versions

No response

Possible causes

No response

Additional context

No response

@shulanbushangshu
Copy link
Contributor

Yes,this is a known limitation in the current planning stack.You also can see the discussion in #1715

@takayuki5168 takayuki5168 added component:planning Route planning, decision-making, and navigation. (auto-assigned) status:help-wanted Assistance or contributors needed. labels Nov 15, 2022
@VRichardJP
Copy link
Contributor Author

duplicate of #1715

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) status:help-wanted Assistance or contributors needed.
Projects
None yet
Development

No branches or pull requests

3 participants