avoidance by lane change
module issues
#8274
Labels
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
Checklist
Description
Hi,
I'm testing the avoidance by lance change module but I have several issues.
My test setup:
I disabled all other "behavior path modules" and only left "avoidance by lane change" as true like this (in launcher/autoware_launch/autoware_launch/config/planning/preset/default_preset.yaml):
I set a goal on the left side lane of the starting initial position, then set an "2D Dummy car" in front of the ego vehicle. The dummy car's velocity is set to 0. The result is show as in the screenshot. In rviz2, I checked the
PathChangeCandidate_AvoidanceByLC
and it's displayed.Expected behavior
Issue 1:
the "virtual wall" of
avoidance_by_lane_change
is close to the goal, not the obstacle. It it correct? If I move the goal to a further position, the virtual wall will move along with the goal. Should it be close to the obstacle?Issue 2:
Should I disable
obstacle_stop
module? I see a virtual wall of it.Actual behavior
In this setup, If I click "auto" to start the planning simulation, the ego vehicle will start and drive in its path and then stops in front of the dummy car, it actually does not avoid or change the lane.
Steps to reproduce
check the screenshot I provided.
Versions
Ubuntu 22
ros2 Humble
Autoware, main branch.
Possible causes
Different module settings? Planner Priorities? Enable other modules?
Additional context
No response
The text was updated successfully, but these errors were encountered: