behavior_path_planner
do not consistently expand the drivable area
#1854
Labels
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
type:bug
Software flaws or errors.
Milestone
Checklist
Description
The
behavior_path_planner
generates the drivable area which can be expanded to the left or right using the following parameters.autoware.universe/launch/tier4_planning_launch/config/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/lane_following/lane_following.param.yaml
Lines 4 to 6 in a4078bd
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)
Additional context
No response
The text was updated successfully, but these errors were encountered: