Tune intake to be faster

Change-Id: I05e83a97350a16c9eb4371373e47d594996338a3
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2022/joystick_reader.cc b/y2022/joystick_reader.cc
index 7551564..05f3008 100644
--- a/y2022/joystick_reader.cc
+++ b/y2022/joystick_reader.cc
@@ -227,9 +227,9 @@
       catapult_return_pos = -0.908;
     }
 
-    constexpr double kRollerSpeed = 8.0;
+    constexpr double kRollerSpeed = 12.0;
     constexpr double kTransferRollerSpeed = 12.0;
-    constexpr double kIntakePosition = -0.02;
+    constexpr double kIntakePosition = -0.12;
     constexpr size_t kIntakeCounterIterations = 25;
 
     // Extend the intakes and spin the rollers.