소스 검색

change decition_brain_sf_changan_shenlan. change map from 400 to 150.

yuchuli 1 년 전
부모
커밋
3f1ab8a2af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/decition/decition_brain_sf_changan_shenlan/decition/decide_gps_00.cpp

+ 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;
     if(ServiceCarStatus.msysparam.mvehtype=="shenlan")
     {
-        tracesize=400;//400;
+        tracesize=150;//400;
     }
     else
     {