Commit 0cf9da25 authored by wangdawei's avatar wangdawei

test

parent aa34bedc
......@@ -190,7 +190,7 @@ void AdjustPPK::LoadMapInfo()
void AdjustPPK::CalLocalPose()
{
localPoseVec_.reserve(rawData_.size());
LocalCartesian proj(center_.x(), center_.y(), center_.z());
LocalCartesian proj(center_.y(), center_.x(), center_.z());
std::ofstream ofs(ieBaseDir_ + "/LocalPPK.txt", ios::out);
for(const IERawData& rawPPK : rawData_){
IsometryData localPose;
......
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