This commit is contained in:
acki
2025-05-29 13:15:00 -04:00
parent a53f055aae
commit 333d8dfb89

View File

@@ -139,7 +139,7 @@ namespace Modelec
}
auto w = waypoint_queue_.front().ToMsg();
RCLCPP_DEBUG(node_->get_logger(), "Sending waypoint: x: %f, y: %f, theta: %f, id: %d",
RCLCPP_DEBUG(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();