Added inital set of joystick commands.

This was started as part of https://robotics.mvla.net/gerrit/#/c/464/
and has been split out into this and that review.

Change-Id: Ie2418e7e6a233ec1f63dd21db507fe46a5e8e90a
diff --git a/bot3/bot3.gyp b/bot3/bot3.gyp
index 6e94f53..1a710d9 100644
--- a/bot3/bot3.gyp
+++ b/bot3/bot3.gyp
@@ -15,7 +15,10 @@
         '<(AOS)/common/actions/actions.gyp:action_lib',
 
         '<(DEPTH)/frc971/queues/queues.gyp:gyro',
+        '<(DEPTH)/bot3/control_loops/elevator/elevator.gyp:elevator_lib',
         '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_queue',
+        '<(DEPTH)/bot3/control_loops/elevator/elevator.gyp:elevator_queue',
+        '<(DEPTH)/bot3/control_loops/intake/intake.gyp:intake_queue',
         '<(DEPTH)/bot3/autonomous/autonomous.gyp:auto_queue',
       ],
     },