remove log

This commit is contained in:
acki
2025-05-27 22:39:38 -04:00
parent 79bea90d9f
commit 882f4d35c0

View File

@@ -171,7 +171,7 @@ namespace Modelec
// Ignore points outside of the table
if (x_global < 0 || x_global > map_width_ || y_global < 0 || y_global > map_height_)
{
RCLCPP_INFO(this->get_logger(), "Lidar point out of bounds: x=%.2f, y=%.2f", x_global, y_global);
// RCLCPP_INFO(this->get_logger(), "Lidar point out of bounds: x=%.2f, y=%.2f", x_global, y_global);
angle += msg->angle_increment;
continue;