This commit is contained in:
acki
2025-05-27 19:09:47 -04:00
parent dd340e5884
commit 9602bb6b09

View File

@@ -124,6 +124,8 @@ namespace Modelec
continue;
}
RCLCPP_INFO(this->get_logger(), "Lidar point at x=%.2f, y=%.2f, range=%.2f", x_global, y_global, range);
if (range < min_distance)
{
min_distance = range;