mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Fixed build without xvisio sdk, Added xvisio camera option in main menu.
This commit is contained in:
@@ -28,6 +28,7 @@ CameraSeerSense::CameraSeerSense(bool computeOdometry, float imageRate, const Tr
|
||||
|
||||
CameraSeerSense::~CameraSeerSense()
|
||||
{
|
||||
#ifdef RTABMAP_XVSDK
|
||||
if(imuId_)
|
||||
device_->imuSensor()->unregisterCallback(imuId_);
|
||||
|
||||
@@ -47,6 +48,7 @@ CameraSeerSense::~CameraSeerSense()
|
||||
device_->tofCamera()->stop();
|
||||
|
||||
dataReady_.release();
|
||||
#endif
|
||||
}
|
||||
|
||||
bool CameraSeerSense::init(const std::string & calibrationFolder, const std::string & cameraName)
|
||||
|
||||
Reference in New Issue
Block a user