Commit a3fa67c1 authored by wangdawei's avatar wangdawei

parse test

parent b074e021
......@@ -51,6 +51,8 @@ AdjustPPK::~AdjustPPK()
void AdjustPPK::ConfigConvert(const string &firetimeFile, const string &correctionFile)
{
LOG(INFO) << "correctionFile: " << correctionFile;
LOG(INFO) << "firetimeFile: " << firetimeFile;
convert_.reset(new pandar_pointcloud::Convert(firetimeFile, correctionFile));
LOG(INFO) << "ConfigConvert done";
}
......
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