removed debugging code from #1463

This commit is contained in:
matlabbe
2025-03-08 17:19:12 -08:00
parent a1b602dbe0
commit 72a20d849d

View File

@@ -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));
}
}