Updated g2o and toro saveGraph() to use Optimizer's parameters (#320, #319)

This commit is contained in:
matlabbe
2018-10-15 13:41:44 -04:00
parent 42c60c7154
commit b2c012d8bc
9 changed files with 211 additions and 108 deletions
+1 -1
View File
@@ -2299,7 +2299,7 @@ void DatabaseViewer::exportPoses(int format)
}
}
bool saved = graph::exportPoses(path.toStdString(), format, poses, links, stamps);
bool saved = graph::exportPoses(path.toStdString(), format, poses, links, stamps, ui_->parameters_toolbox->getParameters());
if(saved)
{