Rtabmap: added addLink() function

This commit is contained in:
matlabbe
2020-02-11 23:33:18 -05:00
parent e1ecf55d03
commit 79b480da4b
2 changed files with 163 additions and 0 deletions

View File

@@ -174,6 +174,7 @@ public:
bool interSession = true,
const ProgressState * state = 0);
int refineLinks();
bool addLink(const Link & link);
cv::Mat getInformation(const cv::Mat & covariance) const;
int getPathStatus() const {return _pathStatus;} // -1=failed 0=idle/executing 1=success