tuned claw separation back for practice bot
diff --git a/frc971/input/joystick_reader.cc b/frc971/input/joystick_reader.cc
index 55274f8..dd0e736 100644
--- a/frc971/input/joystick_reader.cc
+++ b/frc971/input/joystick_reader.cc
@@ -71,7 +71,9 @@
 };
 
 const double kIntakePower = 4.0;
-const double kGrabSeparation = -0.04;
+// TODO(brians): This wants to be -0.04 on the comp bot. Make them both the
+// same.
+const double kGrabSeparation = 0;
 const double kShootSeparation = 0.11 + kGrabSeparation;
 
 const ClawGoal kTuckGoal = {-2.273474, -0.749484};