mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Tango: fixed map not optimized when opening a database
This commit is contained in:
@@ -700,7 +700,7 @@ int RTABMapApp::Render()
|
||||
}
|
||||
std::map<int, rtabmap::Transform> poses;
|
||||
std::multimap<int, rtabmap::Link> links;
|
||||
rtabmap_->getGraph(poses, links, false, true);
|
||||
rtabmap_->getGraph(poses, links, true, true);
|
||||
if(gainCompensationOnNextRender_ == 2)
|
||||
{
|
||||
// full compensation
|
||||
|
||||
Reference in New Issue
Block a user