This commit is contained in:
acki
2025-05-29 17:47:50 -04:00
parent 257669e0e4
commit c3de7894e9

View File

@@ -100,7 +100,7 @@ namespace Modelec
double best_x = 0.0;
double best_y = 0.0;
// RCLCPP_INFO(this->get_logger(), "Processing Lidar min %f | %f | %f", msg->range_min, msg->range_max, msg->ranges[1]);
RCLCPP_INFO(this->get_logger(), "Processing Lidar min %f | %f | %f", msg->range_min, msg->range_max, msg->ranges[1]);
// RCLCPP_INFO(this->get_logger(), "Robot pos %f | %f | %f", robot_x, robot_y, robot_theta);
for (size_t i = 0; i < msg->ranges.size(); ++i)