wrist zero tweaking
diff --git a/frc971/constants.cc b/frc971/constants.cc
index 97ff82b..f9c1372 100644
--- a/frc971/constants.cc
+++ b/frc971/constants.cc
@@ -20,7 +20,7 @@
 // For purposes of moving the end up/down by a certain amount, the wrist is 18
 // inches long.
 const double kCompWristHallEffectStartAngle = 1.285;
-const double kPracticeWristHallEffectStartAngle = 1.175;
+const double kPracticeWristHallEffectStartAngle = 1.182;
 
 const double kWristHallEffectStopAngle = 100 * M_PI / 180.0;