19 #include "async_grpc/rpc_handler.h" 21 #include "cartographer/cloud/proto/map_builder_service.pb.h" 23 #include "google/protobuf/empty.pb.h" 29 void SetLandmarkPoseHandler::OnRequest(
30 const proto::SetLandmarkPoseRequest& request) {
31 GetContext<MapBuilderContextInterface>()
35 request.landmark_pose().landmark_id(),
37 Send(common::make_unique<google::protobuf::Empty>());