mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
removed debugging code from #1463
This commit is contained in:
@@ -123,9 +123,6 @@ void OdometryThread::mainLoop()
|
||||
{
|
||||
UDEBUG("Odom pose = %s", pose.prettyPrint().c_str());
|
||||
// a null pose notify that odometry could not be computed
|
||||
data.setImageRaw(cv::Mat());
|
||||
if(!data.depthOrRightCompressed().empty())
|
||||
data.setDepthOrRightRaw(cv::Mat());
|
||||
this->post(new OdometryEvent(data, pose, info));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user