Add startup delay script for the roboRIO

The network was slow to come up.  So we now wait until we can ping the
pi's before starting up message bridge client.

Change-Id: I3f4d055b6fcdad1ee08aff3f1286ec1eef72fb14
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2022/BUILD b/y2022/BUILD
index 83438ec..9e80b5f 100644
--- a/y2022/BUILD
+++ b/y2022/BUILD
@@ -10,6 +10,7 @@
     ],
     data = [
         ":aos_config",
+        ":message_bridge_client.sh",
         "@ctre_phoenix_api_cpp_athena//:shared_libraries",
         "@ctre_phoenix_cci_athena//:shared_libraries",
     ],