mirror of
https://github.com/MAPIRlab/rf2o_laser_odometry.git
synced 2023-04-06 19:28:55 +08:00
add getIncrementCovariance & rm return by ref getIncrement
This commit is contained in:
@@ -67,9 +67,10 @@ public:
|
||||
|
||||
void setLaserPose(const mrpt::poses::CPose3D& laser_pose);
|
||||
|
||||
mrpt::poses::CPose3D& getIncrement();
|
||||
const mrpt::poses::CPose3D& getIncrement() const;
|
||||
|
||||
const Eigen::Matrix<float, 3, 3>& getIncrementCovariance() const;
|
||||
|
||||
mrpt::poses::CPose3D& getPose();
|
||||
const mrpt::poses::CPose3D& getPose() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user