|
@@ -2160,7 +2160,7 @@ std::vector<PlanPoint> GetLanePoint(pathsection xps,std::vector<PlanPoint> xvPP,
|
|
pp.x = pp.x + off1 *cos(pp.hdg + M_PI/2.0);
|
|
pp.x = pp.x + off1 *cos(pp.hdg + M_PI/2.0);
|
|
pp.y = pp.y + off1 *sin(pp.hdg + M_PI/2.0);
|
|
pp.y = pp.y + off1 *sin(pp.hdg + M_PI/2.0);
|
|
|
|
|
|
- pp.nlrchange = 1;
|
|
|
|
|
|
+ pp.nlrchange = 0;
|
|
|
|
|
|
if(xps.mainsel != xps.secondsel)
|
|
if(xps.mainsel != xps.secondsel)
|
|
{
|
|
{
|
|
@@ -2208,7 +2208,7 @@ std::vector<PlanPoint> GetLanePoint(pathsection xps,std::vector<PlanPoint> xvPP,
|
|
pp.x = pp.x + off1 *cos(pp.hdg + M_PI/2.0);
|
|
pp.x = pp.x + off1 *cos(pp.hdg + M_PI/2.0);
|
|
pp.y = pp.y + off1 *sin(pp.hdg + M_PI/2.0);
|
|
pp.y = pp.y + off1 *sin(pp.hdg + M_PI/2.0);
|
|
|
|
|
|
- pp.nlrchange = 1;
|
|
|
|
|
|
+ pp.nlrchange = 0;
|
|
|
|
|
|
if(xps.mainsel != xps.secondsel)
|
|
if(xps.mainsel != xps.secondsel)
|
|
{
|
|
{
|