There was an error while loading. Please reload this page.
1 parent bda8ef5 commit c1b62b8Copy full SHA for c1b62b8
cpp/src/distributed_mapper/evaluation_utils.cpp
@@ -504,6 +504,9 @@ namespace evaluation_utils{
504
Values centralized = centralizedEstimation(full_graph_with_prior,
505
model, prior_model,
506
use_between_noise);
507
+
508
+ std::string dataset_file_name = "log/datasets/centralized.g2o";
509
+ gtsam::writeG2o(full_graph_with_prior, centralized, dataset_file_name);
510
double centralized_error = chordal_graph.error(centralized);
511
std::cout << "Centralized Two Stage Error: " << centralized_error << std::endl;
512
0 commit comments