mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
Octomap: changed warning log "Did not find...in cahe" to a debug log
This commit is contained in:
@@ -293,7 +293,7 @@ void OctoMap::update(const std::map<int, Transform> & poses)
|
||||
}
|
||||
else
|
||||
{
|
||||
UWARN("Did not find %d in cache", iter->first);
|
||||
UDEBUG("Did not find %d in cache", iter->first);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user