Commit b009ab26 authored by wangdawei's avatar wangdawei

test

parent 65ef74b5
Pipeline #1528 canceled with stages
......@@ -29,6 +29,7 @@ AdjustPPK::AdjustPPK(const string &ieBaseDir, const string &mapDir)
calib_.translation() = m.block(0, 3, 3, 1);
calib_.linear() = m.block(0, 0, 3, 3);
boost::thread trd(boost::bind(&AdjustPPK::LoadMap, this));
}
void AdjustPPK::ConfigConvert(const string &firetimeFile, const string &correctionFile)
......
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