Fixed build

This commit is contained in:
matlabbe
2017-06-05 19:35:03 -04:00
parent 26147c97cf
commit fa95ede3e9

View File

@@ -749,7 +749,9 @@ OdometryORBSLAM2::OdometryORBSLAM2(const ParametersMap & parameters) :
system_(0),
firstFrame_(true)
{
#ifdef RTABMAP_ORB_SLAM2
orbslam2_ = new ORBSLAM2System(parameters);
#endif
}
OdometryORBSLAM2::~OdometryORBSLAM2()