Add new lateral margin to obstacle_stop_planner
to handle cut-in scenario in adaptive cruise control
#2262
Closed
3 tasks done
Labels
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
type:bug
Software flaws or errors.
Checklist
Description
Currently, the lateral margin of the stop planner (or slow down planner if enabled) is used to define the detection range of the adaptive cruise control module.
Since the lateral margin of stop planner is meant to be quite small (0.0 by default), the ACC can't see what is going on outside our lane. As a consequence, the ego vehicle brakes strongly every single time a new vehicle cuts into our lane.
It seems that this problem could be solved by using a bigger margin for ACC (something like ~5 meters). In the current state, there is no choice but to increase the stop planner or slow down planner lateral margin, which of course would have some undesirable side effects.
However, I have tested the following trick:
With this settings, the ACC seems to adapt nicely to other vehicles, even when they first enter our lane. Of course, the consequence is that I cannot use the slow down planner as it is originally intended.
Purpose
For ACC to handle other vehicle changing lane.
Possible approaches
Add new lateral margin parameter to configure ACC obstacle detection range.
Definition of done
The text was updated successfully, but these errors were encountered: