mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
changed a warning to debug (about loop ratio)
This commit is contained in:
@@ -1396,7 +1396,6 @@ bool Rtabmap::process(
|
|||||||
// When analyzing logs, it's convenient to know
|
// When analyzing logs, it's convenient to know
|
||||||
// if the hypothesis would be rejected if T_loop would be lower.
|
// if the hypothesis would be rejected if T_loop would be lower.
|
||||||
rejectedHypothesis = true;
|
rejectedHypothesis = true;
|
||||||
UWARN("rejected hypothesis: under loop ratio %f < %f", _highestHypothesis.second, _loopRatio*lastHighestHypothesis.second);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//for statistic...
|
//for statistic...
|
||||||
|
|||||||
Reference in New Issue
Block a user