Convert joystick readers to ActionJoystickInput

This removes most direct users of the autonomous queues.  Convert the
rest over to EventLoops.

Change-Id: I47ac7d5583d597cc9244573d810d512210d1e111
diff --git a/y2018/BUILD b/y2018/BUILD
index 5285116..fc2aae8 100644
--- a/y2018/BUILD
+++ b/y2018/BUILD
@@ -22,8 +22,8 @@
         ":vision_proto",
         "//aos:init",
         "//aos/actions:action_lib",
+        "//aos/input:action_joystick_input",
         "//aos/input:drivetrain_input",
-        "//aos/input:joystick_input",
         "//aos/logging",
         "//aos/network:team_number",
         "//aos/stl_mutex",