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

[Dense-Urban-ODD] Adjust path planning and trajectory to follow direction of traffic flow in bi-directional lanes #7923

Open
3 of 6 tasks
lukewarmtemp opened this issue Jul 9, 2024 · 4 comments · May be fixed by #8672
Open
3 of 6 tasks
Assignees
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)

Comments

@lukewarmtemp
Copy link

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I've agreed with the maintainers that I can plan this task.

Description

Part of:

Characteristics:

  • Vehicle is in a bi-directional lane
  • Vehicle is expected to stay within the left or right lane (depending on the follow of traffic)
  • Currently, the vehicle moves to the center of the lane

Purpose

We need to fine-tune the existing parameters of behaviour_path_planner or potentially develop new features to allow the detection of bi-directional lanes and flow of traffic. This, in turn, will allow the vehicle to stay within either the left or right lane (depending on the flow of traffic) instead of moving to the center of the lane.

Possible approaches

  • The behaviour_path_planner module defines a path and drivable area the vehicle can move depending on the traffic situation. Investigation within this module may be a good starting place.

Definition of done

  • The vehicle to stay within the left or right lane in a bi-directional lane
  • The vehicle detects the correct flow of traffic and follows the correct lane
  • The vehicle to slow down if there are obstacles within the same lane, staying within the lane and not overtaking if there are obstacles in the other lane
@brkay54 brkay54 added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jul 12, 2024
@ahmeddesokyebrahim ahmeddesokyebrahim moved this to In Progress in Autoware Labs Jul 12, 2024
@mitsudome-r
Copy link
Member

@lukewarmtemp Do you have any updates on this issue, or do you need someone's help?

@lukewarmtemp
Copy link
Author

Do you have any updates on this issue, or do you need someone's help?

I'm sorry, I think some assistance would be helpful and appreciated. I've started trying to modify behaviour_path_planner but my scenario simulation doesn't seem to work anymore.

@brkay54
Copy link
Member

brkay54 commented Aug 28, 2024

Hi, @lukewarmtemp is there any PR to fix this problem could you share?

@beyzanurkaya
Copy link
Contributor

Hi @lukewarmtemp, I can work on this task if you don't have time to focus on it.

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
Status: Todo
5 participants