Browse Source

changing odtolanelet. not complete.

yuchuli 2 years ago
parent
commit
87de1e4ebb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/map/odtolanelet/roadsample.cpp

+ 3 - 0
src/map/odtolanelet/roadsample.cpp

@@ -51,6 +51,9 @@ int RoadSample::SampleRoad(Road * pRoad)
             xRP.mfHdg = fRefHdg;
             xRP.mfHdg = fRefHdg;
             xRP.mfLaneOffValue = fOffsetValue;
             xRP.mfLaneOffValue = fOffsetValue;
 
 
+            std::vector<LanePoint> xvectorLanePoint;
+            SampleLanePoint(pRoad,pLS,fS,fRefX,fRefY,fRefZ,fRefHdg,fOffsetValue,xvectorLanePoint);
+
             bool bInserPoint = false;
             bool bInserPoint = false;
 
 
             if(bHaveLast == false)
             if(bHaveLast == false)