#include <memory>#include <set>#include <string>#include "cartographer/cloud/proto/map_builder_service.pb.h"#include "cartographer/mapping/proto/trajectory_builder_options.pb.h"#include "cartographer/mapping/trajectory_builder_interface.h"#include "grpc++/support/status.h"

Go to the source code of this file.
Classes | |
| class | cartographer::cloud::LocalTrajectoryUploaderInterface |
Namespaces | |
| namespace | cartographer |
| namespace | cartographer::cloud |
Functions | |
| std::unique_ptr < LocalTrajectoryUploaderInterface > | cartographer::cloud::CreateLocalTrajectoryUploader (const std::string &uplink_server_address, int batch_size, bool enable_ssl_encryption, bool enable_google_auth) |