Closed joeking11829 closed 3 years ago
Looks like "BoundaryLine_221" is the right boundary line of a lane. You need to find out that lane and make sure to have the correct right boundary line for that lane after you remove "BoundaryLine_221".
Looks like "BoundaryLine_221" is the right boundary line of a lane. You need to find out that lane and make sure to have the correct right boundary line for that lane after you remove "BoundaryLine_221".
Thanks for the reply.
I found that "Mapintersection07/MapLane01" reference the "BoundaryLine_221". So, I fixed it. Thanks
BTW, What is the meaning of left/right boundary line ?
BTW, What is the meaning of left/right boundary line ?
The region between left and right boundary line is the actual area of that lane. The boundary lines may be shared with two adjacent lanes.
BTW, What is the meaning of left/right boundary line ?
The region between left and right boundary line is the actual area of that lane. The boundary lines may be shared with two adjacent lanes.
I got it. Thank you.
Hi LGSVL Teams,
I remove the "BoundaryLine_221" from the Shalun map, because it is an incorrect annotation.
After that, I use the LaneLine Detector to re-generate lane-line information. But I got an error
I add some debug message, and I found that it seems to leave an null object.
How could I completely remove the BoundaryLine and let "LaneLine Detector" works correctly.
Thanks