Wrist now moves in the test, but doesn't zero.
diff --git a/frc971/constants.cc b/frc971/constants.cc
index bbc1966..815bebb 100644
--- a/frc971/constants.cc
+++ b/frc971/constants.cc
@@ -53,27 +53,13 @@
             true,
             control_loops::MakeVClutchDrivetrainLoop,
             control_loops::MakeClutchDrivetrainLoop,
-            2.05,
-            2.05,
-            0.0,
-            0.0,
             1.0,
             0.1,
             0.0,
             1.57,
 
-            -0.1,
-            0.05,
-            1.0,
-            1.1,
-            2.0,
-            2.1,
-            -0.1,
-            0.05,
-            1.0,
-            1.1,
-            2.0,
-            2.1,
+            {0.0, 2.05, {-0.1, 0.05}, {1.0, 1.1}, {2.0, 2.1}},
+            {0.0, 2.05, {-0.1, 0.05}, {1.0, 1.1}, {2.0, 2.1}},
       };
       break;
     case kPracticeTeamNumber:
@@ -86,27 +72,12 @@
             false,
             control_loops::MakeVDogDrivetrainLoop,
             control_loops::MakeDogDrivetrainLoop,
-            2.05,
-            2.05,
-            0.0,
-            0.0,
             1.0,
             0.1,
             0.0,
             1.57,
-
-            -0.1,
-            0.05,
-            1.0,
-            1.1,
-            2.0,
-            2.1,
-            -0.1,
-            0.05,
-            1.0,
-            1.1,
-            2.0,
-            2.1,
+            {0.0, 2.05, {-0.1, 0.05}, {1.0, 1.1}, {2.0, 2.1}},
+            {0.0, 2.05, {-0.1, 0.05}, {1.0, 1.1}, {2.0, 2.1}},
       };
       break;
     default: