Tune vision, and reset the distance averager when we move.

Change-Id: I8c71f24e4d19c875ebb7f4e1b499428ac6868ca3
diff --git a/y2017/control_loops/superstructure/superstructure.h b/y2017/control_loops/superstructure/superstructure.h
index e15bfe3..263d4b0 100644
--- a/y2017/control_loops/superstructure/superstructure.h
+++ b/y2017/control_loops/superstructure/superstructure.h
@@ -51,6 +51,10 @@
 
   VisionDistanceAverage distance_average_;
 
+  ::frc971::shooter_interpolation::InterpolationTable<
+      ::y2017::constants::Values::ShotParams>
+      shot_interpolation_table_;
+
   DISALLOW_COPY_AND_ASSIGN(Superstructure);
 };