tweaked the wrist down position
diff --git a/frc971/input/JoystickReader.cc b/frc971/input/JoystickReader.cc
index a499925..b4cc5c3 100644
--- a/frc971/input/JoystickReader.cc
+++ b/frc971/input/JoystickReader.cc
@@ -103,7 +103,7 @@
       }
 
       // Where the wrist should be to pick up a frisbee.
-      static const double kWristPickup = -0.674;
+      static const double kWristPickup = -0.655;
       // Where the wrist gets stored when up.
       // All the way up is 1.5.
       static const double kWristUp = 1.43;