File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
cartographer/cloud/internal/client Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,11 @@ PoseGraphStub::GetAllSubmapData() const {
51
51
LOG (FATAL) << " Not implemented" ;
52
52
}
53
53
54
+ mapping::PoseGraphInterface::SubmapData PoseGraphStub::GetSubmapData (
55
+ const mapping::SubmapId& submap_id) const {
56
+ LOG (FATAL) << " Not implemented" ;
57
+ }
58
+
54
59
mapping::MapById<mapping::SubmapId, mapping::PoseGraphInterface::SubmapPose>
55
60
PoseGraphStub::GetAllSubmapPoses () const {
56
61
google::protobuf::Empty request;
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ class PoseGraphStub : public ::cartographer::mapping::PoseGraphInterface {
34
34
void RunFinalOptimization () override ;
35
35
mapping::MapById<mapping::SubmapId, SubmapData> GetAllSubmapData ()
36
36
const override ;
37
+ SubmapData GetSubmapData (const mapping::SubmapId& submap_id) const override ;
37
38
mapping::MapById<mapping::SubmapId, SubmapPose> GetAllSubmapPoses ()
38
39
const override ;
39
40
transform::Rigid3d GetLocalToGlobalTransform (
You can’t perform that action at this time.
0 commit comments