mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Fixed icp_odometry freezing
This commit is contained in:
@@ -306,7 +306,7 @@ void SensorData::setRGBDImage(
|
||||
const std::vector<CameraModel> & models,
|
||||
bool clearPreviousData)
|
||||
{
|
||||
setRGBDImage(rgb, depth, models, clearPreviousData);
|
||||
setRGBDImage(rgb, depth, cv::Mat(), models, clearPreviousData);
|
||||
}
|
||||
void SensorData::setRGBDImage(
|
||||
const cv::Mat & rgb,
|
||||
|
||||
Reference in New Issue
Block a user