checkLaneIsInIntersection function caused no lane following trajectory to be generated during lane change #810
Labels
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
type:bug
Software flaws or errors.
Checklist
Description
During lane change, no lane following path is generated.
Expected behavior
If the distance is sufficient, a lane following trajectory should also be visualize
Actual behavior
The should be two path generated in this case, the first is the lane following trajectory, and another is the candidate path.
Steps to reproduce
Versions
Possible causes
To check for an intersection,
checkLaneIsInIntersection
requires at least two lanelets in the lane sequence.However, the lane sequence size check only look for
empty
and notsize == 1
Additional context
No response
The text was updated successfully, but these errors were encountered: