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

the path is not generated properly #4391

Closed
3 tasks done
beyzanurkaya opened this issue Jul 25, 2023 · 10 comments
Closed
3 tasks done

the path is not generated properly #4391

beyzanurkaya opened this issue Jul 25, 2023 · 10 comments
Assignees
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)

Comments

@beyzanurkaya
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

The path is not appropriately generated in some cases. The generated path is being generated shorter than it should be.

vokoscreenNG-2023-07-25_18-24-42.mp4

Expected behavior

This is how the path should look like:

Screenshot from 2023-07-25 18-41-22

Actual behavior

The path looks like this:

Screenshot from 2023-07-25 18-41-38

Steps to reproduce

  1. Download map.tar.gz
  2. run planning simulator
  3. give an init and goal pose

Versions

No response

Possible causes

No response

Additional context

No response

@beyzanurkaya beyzanurkaya added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jul 25, 2023
@beyzanurkaya beyzanurkaya self-assigned this Jul 25, 2023
@kosuke55
Copy link
Contributor

@beyzanurkaya
Thank you for your report. This issue seems similar to #4109 🤔
Does your branch include this PR? ( or similar issue happens again.

@beyzanurkaya
Copy link
Contributor Author

beyzanurkaya commented Jul 26, 2023

@kosuke55 yes my branch include this PR but this issue still exist

@kosuke55
Copy link
Contributor

memo:

here
image

NG
image

OK
image

@kosuke55
Copy link
Contributor

seems similar but another problem to #4109 🤔

@kosuke55
Copy link
Contributor

memo:

checked https://github.com/autowarefoundation/autoware.universe/blob/main/planning/behavior_path_planner/src/utils/start_planner/shift_pull_out.cpp#L150-L157

image

[component_container_mt-27] goal_is_behind: 0, s_start: 74.5449, s_end: 93.0561
[component_container_mt-27] road_lanes: 2039, 2062, 2071, 2100, 8350, 1663, 8401, 1747, 8462, 1801, 8580, 1816, 8457, 1786, 8405, 1674, 8364, 2270,

the road_lanes is wrong maybe because of getExtendedCurrentLanes.
need to check the extended lane is road_lanes and add that as possible.
https://github.com/autowarefoundation/autoware.universe/blob/main/planning/behavior_path_planner/src/utils/utils.cpp#L2857

@kosuke55
Copy link
Contributor

fixed in #4418

image

@beyzanurkaya
Copy link
Contributor Author

@kosuke55 thank you, I'll close the issue then

@mehmetdogru
Copy link
Contributor

Lets close the issue after the PRs Kosuke-san opened. @beyzanurkaya please test the PRs if possible #4418
#4422

@mehmetdogru mehmetdogru reopened this Jul 27, 2023
@kosuke55
Copy link
Contributor

I have merged the PRs, so please let me know if the problem still exists.

@beyzanurkaya
Copy link
Contributor Author

@mehmetdogru @kosuke55 I tested #4418 and #4422. This problem seems to no longer exist.

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)
Projects
None yet
Development

No branches or pull requests

3 participants