소스 검색

change cda.

yuchuli 2 년 전
부모
커밋
3814856a20
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/tool/map_lanetoxodr/cdamain.cpp

+ 2 - 2
src/tool/map_lanetoxodr/cdamain.cpp

@@ -118,8 +118,8 @@ int main(int argc, char *argv[])
         return 0;
     }
 
-    snprintf(gstr_inputpath,255,"/home/yuchuli/demodata/cda/lk.xlsx");
-    snprintf(gstr_outputpath,255,"/home/yuchuli/outputcda.xodr");
+//    snprintf(gstr_inputpath,255,"/home/yuchuli/demodata/cda/lk.xlsx");
+//    snprintf(gstr_outputpath,255,"/home/yuchuli/outputcda.xodr");
 
     if(strncmp(gstr_inputpath , " ",255) == 0)
     {