mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
added some debug infos
This commit is contained in:
@@ -416,6 +416,10 @@ void DatabaseViewer::updateIds()
|
||||
if((!iter->second.isNull() && nullPoses) ||
|
||||
(iter->second.isNull() && !nullPoses))
|
||||
{
|
||||
if(iter->second.isNull())
|
||||
{
|
||||
UWARN("Pose %d is null!", iter->first);
|
||||
}
|
||||
UWARN("Mixed valid and null poses! Ignoring graph...");
|
||||
poses_.clear();
|
||||
links_.clear();
|
||||
|
||||
Reference in New Issue
Block a user