#include "cartographer/cloud/proto/map_builder_service.pb.h"#include "cartographer/mapping/pose_graph_interface.h"

Go to the source code of this file.
Namespaces | |
| namespace | cartographer |
| namespace | cartographer::cloud |
Functions | |
| TrajectoryState | cartographer::cloud::FromProto (const proto::TrajectoryState &proto) |
| std::map< int, int > | cartographer::cloud::FromProto (const proto::TrajectoryRemapping &proto) |
| proto::TrajectoryState | cartographer::cloud::ToProto (const mapping::PoseGraphInterface::TrajectoryState &trajectory_state) |
| proto::TrajectoryRemapping | cartographer::cloud::ToProto (const std::map< int, int > &trajectory_remapping) |