ソースを参照

change decition_brain_sf_changan_shenlan. change map from 400 to 150.

yuchuli 1 年間 前
コミット
3f1ab8a2af

+ 1 - 1
src/decition/decition_brain_sf_changan_shenlan/decition/decide_gps_00.cpp

@@ -3124,7 +3124,7 @@ std::vector<iv::Point2D> iv::decition::DecideGps00::getGpsTrace(iv::GPS_INS now_
     int tracesize=800;
     int tracesize=800;
     if(ServiceCarStatus.msysparam.mvehtype=="shenlan")
     if(ServiceCarStatus.msysparam.mvehtype=="shenlan")
     {
     {
-        tracesize=400;//400;
+        tracesize=150;//400;
     }
     }
     else
     else
     {
     {