This commit is contained in:
acki
2025-05-29 18:58:27 -04:00
parent 44282949f4
commit 2aaf07decf

View File

@@ -561,6 +561,10 @@ namespace Modelec
last_was_close_enemy_ = false;
}
}
else
{
RCLCPP_INFO(node_->get_logger(), "Enemy is still close, waiting for more information...");
}
return;
}