mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Deprecated getClosestTransform(), use getTransform() instead. OdometryF2M: removed patch about forcing roll/pitch from IMU (BA is already doing the job).
This commit is contained in:
@@ -150,10 +150,13 @@ public:
|
||||
static Transform fromString(const std::string & string);
|
||||
static bool canParseString(const std::string & string);
|
||||
|
||||
static Transform getClosestTransform(
|
||||
static Transform getTransform(
|
||||
const std::map<double, Transform> & tfBuffer,
|
||||
const double & stamp);
|
||||
RTABMAP_DEPRECATED(static Transform getClosestTransform(
|
||||
const std::map<double, Transform> & tfBuffer,
|
||||
const double & stamp,
|
||||
double * stampDiff = 0);
|
||||
double * stampDiff), "Use Transform::getTransform() instead to get always accurate transforms.");
|
||||
|
||||
private:
|
||||
cv::Mat data_;
|
||||
|
||||
Reference in New Issue
Block a user