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

behavior_path_planner do not consistently expand the drivable area #1854

Closed
3 tasks done
maxime-clem opened this issue Sep 13, 2022 · 2 comments · Fixed by #1973
Closed
3 tasks done

behavior_path_planner do not consistently expand the drivable area #1854

maxime-clem opened this issue Sep 13, 2022 · 2 comments · Fixed by #1973
Assignees
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) type:bug Software flaws or errors.

Comments

@maxime-clem
Copy link
Contributor

maxime-clem commented Sep 13, 2022

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 behavior_path_planner generates the drivable area which can be expanded to the left or right using the following parameters.

This functionality works most of the time but there are situations when the drivable area is not expanded.

Expected behavior

The drivable area is always expanded.

Actual behavior

The drivable area is not expanded when an obstacle is near the ego path.

Steps to reproduce

1 - Update parameters to expand the drivable area.
2 - Plan a path and observe the drivable area in rviz.
- Type: DrivableArea
- Topic: /planning/scenario_planning/lane_driving/behavior_planning/path
- Recommended color scheme: costmap.
3 - Add an obstacle near the path and observe the drivable area no longer being expanded.

expanding_drivable_area_issue.mp4

Versions

No response

Possible causes

#1759 (comment)

Static expansion of drivable area is only implemented in lane_following for now.
By implementing it in other modules, you can use the static expansion in any module.

Additional context

No response

@maxime-clem maxime-clem added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Sep 13, 2022
@maxime-clem maxime-clem changed the title behavior_path_planner do not consistantly expand the drivable area behavior_path_planner do not consistently expand the drivable area Sep 13, 2022
@BonoloAWF BonoloAWF added the type:bug Software flaws or errors. label Sep 13, 2022
@xmfcx xmfcx moved this to Todo in Bus ODD Project Sep 20, 2022
@xmfcx xmfcx added this to the Bus ODD Nov-Dec Milestone milestone Sep 20, 2022
@mitsudome-r
Copy link
Member

@maxime-clem Are you planning to create a PR to fix this issue?

@maxime-clem
Copy link
Contributor Author

I will make a PR this week.

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) type:bug Software flaws or errors.
Projects
No open projects
Status: Done
4 participants