parent
2be3c1f636
commit
e215c170e7
|
@ -133,10 +133,6 @@ class PoseGraph : public PoseGraphInterface {
|
|||
virtual std::map<std::string /* landmark ID */, PoseGraph::LandmarkNode>
|
||||
GetLandmarkNodes() = 0;
|
||||
|
||||
// Sets global pose of landmark 'landmark_id' to given 'global_pose'.
|
||||
virtual void SetLandmarkPose(const std::string& landmark_id,
|
||||
const transform::Rigid3d& global_pose) = 0;
|
||||
|
||||
// Sets a relative initial pose 'relative_pose' for 'from_trajectory_id' with
|
||||
// respect to 'to_trajectory_id' at time 'time'.
|
||||
virtual void SetInitialTrajectoryPose(int from_trajectory_id,
|
||||
|
|
Loading…
Reference in New Issue