Closed klemense1 closed 5 years ago
The graph search needs to be adapted to limit the result to a drivable path. As of now, I've modified the xodr_parser.py to only accept DRIVABLE lanes, until the bug has been solved.
problem solved by modifying getNearestLanes in the map_interface to filter for DRIVING lanes by default
it probably relates to recent changes in parsing lines for multiple lanes...