34 #include "rtabmap/core/Version.h" 49 static bool available();
57 int confidenceThr = 100,
58 bool computeOdometry =
false,
60 const Transform & localTransform = CameraModel::opticalRotation(),
61 bool selfCalibration =
true,
62 bool odomForce3DoF =
false,
63 int texturenessConfidenceThr = 90);
65 const std::string & svoFilePath,
68 int confidenceThr = 100,
69 bool computeOdometry =
false,
71 const Transform & localTransform = CameraModel::opticalRotation(),
72 bool selfCalibration =
true,
73 bool odomForce3DoF =
false,
74 int texturenessConfidenceThr = 90);
77 virtual bool init(
const std::string & calibrationFolder =
".",
const std::string & cameraName =
"");
78 virtual bool isCalibrated()
const;
79 virtual std::string getSerial()
const;
80 virtual bool odomProvided()
const;
82 void publishInterIMU(
bool enabled);
94 std::string svoFilePath_;
97 bool selfCalibration_;
100 int texturenessConfidenceThr_;
101 bool computeOdometry_;
104 bool publishInterIMU_;
105 ZedIMUThread * imuPublishingThread_;
def init(descriptorDim, matchThreshold, iterations, cuda, model_path)