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 paths of behavior module and avoidance module are separated when the "enable_avoidance_over_opposite_direction" is false #1812

Closed
3 tasks done
shulanbushangshu opened this issue Sep 8, 2022 · 2 comments
Assignees
Labels
type:bug Software flaws or errors.

Comments

@shulanbushangshu
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 paths of behavior module and avoidance module are separated when the "enable_avoidance_over_opposite_direction" is false.The drivable area can't use the "same_direction" lanes when "enable_avoidance_over_same_direction" is true. The drivable area is restricted to the current Lanes.
The simulation is shown as below:

Screenshot from 2022-09-08 16-01-05

Expected behavior

1.When "enable_avoidance_over_opposite_direction" is false, if the drivable area can't use the "same_direction" lanes by design, the avoidance behavior should not happen.
2.When "enable_avoidance_over_opposite_direction" is false,if the drivable area can use the "same_direction" lanes by design, the drivable area should be changed.
The paths of behavior module and avoidance module should not be separated .

Actual behavior

When "enable_avoidance_over_opposite_direction" is false, the drivable area can't use the "same_direction" lanes.
The paths of behavior module and avoidance module are separated .

Steps to reproduce

1.Set "enable_avoidance_over_opposite_direction" to false
2.Start autoware planning simulator
3. Set initial position and gobal position;
4.Set obstacle(like car or bus)

Versions

1.OS: Ubuntun 20.04
2.ROS2: Galactic
3.Autoware: Autoware.universe:main

Possible causes

No response

Additional context

No response

@zulfaqar-azmi-t4
Copy link
Contributor

Sorry for the mistake, I have made to PR to solve this issue.

@shulanbushangshu
Copy link
Contributor Author

@zulfaqar-azmi-t4
Yes,the bug is fixed and I will close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Software flaws or errors.
Projects
None yet
Development

No branches or pull requests

2 participants