trying to get the wrist to work
diff --git a/frc971/constants.cpp b/frc971/constants.cpp
index 67b5c99..1443a48 100644
--- a/frc971/constants.cpp
+++ b/frc971/constants.cpp
@@ -36,7 +36,7 @@
 const double kCompWristLowerLimit = -0.746128;
 
 const double kWristZeroingSpeed = 0.25;
-const double kWristZeroingOffSpeed = 1.0;
+const double kWristZeroingOffSpeed = 0.35;
 
 const int kAngleAdjustHallEffect = 2;
 
diff --git a/frc971/input/JoystickReader.cc b/frc971/input/JoystickReader.cc
index dc3575d..f366374 100644
--- a/frc971/input/JoystickReader.cc
+++ b/frc971/input/JoystickReader.cc
@@ -104,7 +104,7 @@
       }
 
       // Where the wrist should be to pick up a frisbee.
-      static const double kWristPickup = -0.655;
+      static const double kWristPickup = -0.633;
       // Where the wrist gets stored when up.
       // All the way up is 1.5.
       static const double kWristUp = 1.43;