Commit 5caef671 authored by oscar's avatar oscar

提交修改

parent 83b2d62e
......@@ -154,7 +154,7 @@ void TrackingRos::ThreadTrackingProcess()
countBegin = GetCurTime();
if (GetCurTime() - countBegin > 3000 * 1000)
{
SDK_LOG(SDK_INFO, "run kf average time = %llu", totelTime/counts);
SDK_LOG(SDK_INFO, "run kf average time = %llu", totelTime/ count);
countBegin = GetCurTime();
count = 0;
totelTime = 0;
......
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