Skip to content

Commit

Permalink
VINS update log: printf to UDEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Jul 30, 2020
1 parent 53a759e commit 07d21e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corelib/src/odometry/OdometryVINS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class VinsEstimator: public Estimator
mBuf.unlock();
TicToc processTime;
processMeasurements();
printf("process time: %f\n", processTime.toc());
UDEBUG("VINS process time: %f", processTime.toc());
}

}
Expand Down

0 comments on commit 07d21e6

Please sign in to comment.