Skip to content

Commit

Permalink
Changed a log from info->debug
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Sep 4, 2024
1 parent 1e7df7e commit 76f1c50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rtabmap_odom/src/OdometryROS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -457,10 +457,10 @@ void OdometryROS::processData(SensorData & data, const std_msgs::Header & header
dataReady_.release();
dataMutex_.unlock();
}
//else
//{
// NODELET_INFO("Dropping image/scan data");
//}
else
{
NODELET_DEBUG("Dropping image/scan data");
}
}

void OdometryROS::mainLoopKill()
Expand Down

0 comments on commit 76f1c50

Please sign in to comment.