Skip to content

Commit

Permalink
update mock pose graph
Browse files Browse the repository at this point in the history
  • Loading branch information
ojura committed Sep 6, 2018
1 parent 7e6949e commit 11b8b53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cartographer/mapping/internal/testing/mock_pose_graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class MockPoseGraph : public mapping::PoseGraphInterface {
MOCK_METHOD0(RunFinalOptimization, void());
MOCK_CONST_METHOD0(GetAllSubmapData,
mapping::MapById<mapping::SubmapId, SubmapData>());
MOCK_CONST_METHOD1(GetSubmapData, SubmapData>(const mapping::SubmapId&));
MOCK_CONST_METHOD0(GetAllSubmapPoses,
mapping::MapById<mapping::SubmapId, SubmapPose>());
MOCK_CONST_METHOD1(GetLocalToGlobalTransform, transform::Rigid3d(int));
Expand Down

0 comments on commit 11b8b53

Please sign in to comment.