Skip to content

Commit 7ae62f5

Browse files
committed
use warning level for missing target frame again
1 parent d4e32d4 commit 7ae62f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ipa_pointcloud_to_laserscan_nodelet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ void IpaPointCloudToLaserScanNodelet::cloudCb(const sensor_msgs::PointCloud2Cons
149149
}
150150
catch (tf2::TransformException ex)
151151
{
152-
NODELET_DEBUG_STREAM("Transform failure: " << ex.what());
152+
NODELET_WARN_STREAM("Transform failure: " << ex.what());
153153
return;
154154
}
155155
}

0 commit comments

Comments
 (0)