|
@@ -1259,6 +1259,7 @@ static std::vector<PlanPoint> getparampoly3dpoint(GeometryParamPoly3 * parc,cons
|
|
|
std::vector<PlanPoint> GetPoint(pathsection xpath,const double fspace = 0.1)
|
|
|
{
|
|
|
Road * pRoad = xpath.mpRoad;
|
|
|
+ //s_start s_end for select now section data.
|
|
|
double s_start,s_end;
|
|
|
LaneSection * pLS = pRoad->GetLaneSection(xpath.msectionid);
|
|
|
s_start = pLS->GetS();
|
|
@@ -1268,6 +1269,12 @@ std::vector<PlanPoint> GetPoint(pathsection xpath,const double fspace = 0.1)
|
|
|
s_end = pRoad->GetLaneSection(xpath.msectionid+1)->GetS();
|
|
|
}
|
|
|
|
|
|
+// if(xpath.mroadid == 10190)
|
|
|
+// {
|
|
|
+// int a = 1;
|
|
|
+// a++;
|
|
|
+// }
|
|
|
+
|
|
|
std::vector<PlanPoint> xvectorPPS;
|
|
|
double s = 0;
|
|
|
|