diff --git a/cartographer/ground_truth/compute_relations_metrics_main.cc b/cartographer/ground_truth/compute_relations_metrics_main.cc index 1047f32..641dc0e 100644 --- a/cartographer/ground_truth/compute_relations_metrics_main.cc +++ b/cartographer/ground_truth/compute_relations_metrics_main.cc @@ -142,8 +142,8 @@ void Run(const string& trajectory_filename, const string& relations_filename) { } } // namespace -} // namespace cartographer } // namespace ground_truth +} // namespace cartographer int main(int argc, char** argv) { google::InitGoogleLogging(argv[0]);