浏览代码

modify speed control

zhangjia 4 年之前
父节点
当前提交
5bb76f3299
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/decition/decition_brain_sf/decition/decide_gps_00.cpp

+ 0 - 4
src/decition/decition_brain_sf/decition/decide_gps_00.cpp

@@ -1344,10 +1344,6 @@ iv::decition::Decition iv::decition::DecideGps00::getDecideFromGPS(GPS_INS now_g
     if((gpsMapLine[PathPoint]->speed)>0.001)
     {
         dSpeed = min((gpsMapLine[PathPoint]->speed*3.6),dSpeed);
-        if((gpsMapLine[PathPoint]->speed)>7)
-        {
-            dSpeed = min((gpsMapLine[PathPoint]->speed*3.6),dSpeed);
-        }
     }