Commit 765756b0 authored by limingbo's avatar limingbo

test

parent b098a991
Pipeline #867 canceled with stages
...@@ -19,7 +19,7 @@ vector<string> getCloseTasks( ...@@ -19,7 +19,7 @@ vector<string> getCloseTasks(
if(!is_directory(rawTraceDir)){ if(!is_directory(rawTraceDir)){
continue; continue;
} }
string iePath = rawTraceDir + "/ie.txt"; string iePath = rawTraceDir + "/sample.gps";
if(!exists(iePath)){ if(!exists(iePath)){
continue; continue;
} }
......
...@@ -24,7 +24,7 @@ int main(int argc, char *argv[]) ...@@ -24,7 +24,7 @@ int main(int argc, char *argv[])
FLAGS_stderrthreshold = 0; FLAGS_stderrthreshold = 0;
FLAGS_logbufsecs = 0; FLAGS_logbufsecs = 0;
string ppk_dir_ = FLAGS_base_dir + "/raw_trace/ie.txt"; string ppk_dir_ = FLAGS_base_dir + "/raw_trace/sample.gps";
ppk_traj_.reset(new Trajectory(ppk_dir_, PPK)); ppk_traj_.reset(new Trajectory(ppk_dir_, PPK));
ppk_traj_->init(); ppk_traj_->init();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment