mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
fixed windows build
This commit is contained in:
@@ -89,7 +89,7 @@ private:
|
||||
cv::Mat mapY_;
|
||||
};
|
||||
|
||||
class StereoCameraModel
|
||||
class RTABMAP_EXP StereoCameraModel
|
||||
{
|
||||
public:
|
||||
StereoCameraModel() {}
|
||||
|
||||
@@ -151,7 +151,7 @@ private:
|
||||
pcl::PointCloud<pcl::PointXYZ>::Ptr refCorners3D_;
|
||||
};
|
||||
|
||||
class OdometryMono : public Odometry
|
||||
class RTABMAP_EXP OdometryMono : public Odometry
|
||||
{
|
||||
public:
|
||||
OdometryMono(const rtabmap::ParametersMap & parameters = rtabmap::ParametersMap());
|
||||
|
||||
Reference in New Issue
Block a user