mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Fixed build
This commit is contained in:
@@ -749,7 +749,9 @@ OdometryORBSLAM2::OdometryORBSLAM2(const ParametersMap & parameters) :
|
|||||||
system_(0),
|
system_(0),
|
||||||
firstFrame_(true)
|
firstFrame_(true)
|
||||||
{
|
{
|
||||||
|
#ifdef RTABMAP_ORB_SLAM2
|
||||||
orbslam2_ = new ORBSLAM2System(parameters);
|
orbslam2_ = new ORBSLAM2System(parameters);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
OdometryORBSLAM2::~OdometryORBSLAM2()
|
OdometryORBSLAM2::~OdometryORBSLAM2()
|
||||||
|
|||||||
Reference in New Issue
Block a user