#include <algorithm>
#include <cmath>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include "cartographer/common/math.h"
#include "cartographer/common/port.h"
#include "cartographer/mapping/proto/trajectory.pb.h"
#include "cartographer/transform/rigid_transform.h"
#include "cartographer/transform/transform.h"
#include "cartographer/transform/transform_interpolation_buffer.h"
#include "gflags/gflags.h"
#include "glog/logging.h"
Go to the source code of this file.
|
| DEFINE_string (trajectory_filename,"","Proto containing the trajectory of which to assess the quality.") |
|
| DEFINE_string (relations_filename,"","Relations file containing the ground truth.") |
|
int | main (int argc, char **argv) |
|
DEFINE_string |
( |
trajectory_filename |
, |
|
|
"" |
, |
|
|
"Proto containing the trajectory of which to assess the quality." |
|
|
) |
| |
DEFINE_string |
( |
relations_filename |
, |
|
|
"" |
, |
|
|
"Relations file containing the ground truth." |
|
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
double rotational_squared |
double translational_squared |