Indexer shoots and passes the tests.  Doing the last little bit of cleanup.
diff --git a/frc971/control_loops/index_main.cc b/frc971/control_loops/index_main.cc
index cf18412..6d03678 100644
--- a/frc971/control_loops/index_main.cc
+++ b/frc971/control_loops/index_main.cc
@@ -4,8 +4,8 @@
 
 int main() {
   ::aos::Init();
-  frc971::control_loops::WristMotor wrist;
-  looper.Run();
+  frc971::control_loops::IndexMotor indexer;
+  indexer.Run();
   ::aos::Cleanup();
   return 0;
 }