This commit is contained in:
acki
2025-05-29 19:18:01 -04:00
parent 5bc7abe2c2
commit bbe6228a34

View File

@@ -133,8 +133,6 @@ namespace Modelec
case State::WAIT_START:
if (started_)
{
RCLCPP_INFO_ONCE(get_logger(), "State: WAIT_START - Match starting");
rclcpp::sleep_for(std::chrono::milliseconds(300));
std_msgs::msg::Bool start_odo_msg;