Files
agv_pro_ros2/rtabmap/archive/2010-LoopClosure/ShowLogs/logaHeaders.txt
T
2025-07-14 11:34:38 +08:00

18 lines
468 B
Plaintext

fprintf(_foutFloat, "%f %f %f %f %f %f %f %f %f\n",
totalTime,
timeMemoryUpdate,
timeReactivations,
timeLikelihoodCalculation,
timePosteriorCalculation,
timeHypothesesCreation,
timeHypothesesValidation,
timeRealTimeLimitReachedProcess,
timeStatsCreation);
fprintf(_foutInt, "%d %d %d %d\n",
lcHypothesisId,
mostLikelihoodId,
signaturesRemoved,
hessianThr,
wordsNewSign,
dictionarySize);