Browse Source

change cda.

yuchuli 2 years ago
parent
commit
3814856a20
1 changed files with 2 additions and 2 deletions
  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)
     {