Intake retracts further.

Change-Id: I82a5c51de965e3a5102c8eaa9695a5e636e43898
diff --git a/y2018/constants.h b/y2018/constants.h
index 4416abc..44f0726 100644
--- a/y2018/constants.h
+++ b/y2018/constants.h
@@ -84,8 +84,8 @@
 
   static constexpr ::frc971::constants::Range kIntakeRange() {
     // TODO(austin) Sort this out.
-    return ::frc971::constants::Range{(-0.75 * M_PI), (1.25 * M_PI),
-                                      (-2.0 / 3.0 * M_PI), M_PI};
+    return ::frc971::constants::Range{-3.7, (1.25 * M_PI),
+                                      -3.3, M_PI};
   }
 
   struct IntakeSide {