mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
remove log
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user