mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Rtabmap: On init, load also landmark optimzed poses
This commit is contained in:
@@ -325,7 +325,7 @@ void Rtabmap::init(const ParametersMap & parameters, const std::string & databas
|
|||||||
}
|
}
|
||||||
std::map<int, Transform> tmp;
|
std::map<int, Transform> tmp;
|
||||||
// Get just the links
|
// Get just the links
|
||||||
_memory->getMetricConstraints(uKeysSet(_optimizedPoses), tmp, _constraints, false);
|
_memory->getMetricConstraints(uKeysSet(_optimizedPoses), tmp, _constraints, false, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(_databasePath.empty())
|
if(_databasePath.empty())
|
||||||
|
|||||||
Reference in New Issue
Block a user