This commit is contained in:
acki
2025-05-29 19:06:50 -04:00
parent 0c29f82102
commit d4331b0fe8

View File

@@ -155,8 +155,8 @@ namespace Modelec
}
auto w = waypoint_queue_.front().ToMsg();
RCLCPP_INFO(node_->get_logger(), "Sending waypoint: x: %d, y: %d, theta: %f, id: %d",
w.x, w.y, w.theta, w.id);
/*RCLCPP_INFO(node_->get_logger(), "Sending waypoint: x: %d, y: %d, theta: %f, id: %d",
w.x, w.y, w.theta, w.id);*/
waypoint_pub_->publish(w);
waypoint_queue_.pop();
}