Add turret plotting webpage

Change-Id: I76260ce740e468e750a9858b041e8271b14ec6ae
Signed-off-by: James Kuszmaul <jabukuszmaul+collab@gmail.com>
diff --git a/y2020/control_loops/superstructure/BUILD b/y2020/control_loops/superstructure/BUILD
index 5ea681c..2d47cf4 100644
--- a/y2020/control_loops/superstructure/BUILD
+++ b/y2020/control_loops/superstructure/BUILD
@@ -150,6 +150,17 @@
 )
 
 ts_library(
+    name = "turret_plotter",
+    srcs = ["turret_plotter.ts"],
+    target_compatible_with = ["@platforms//os:linux"],
+    deps = [
+        "//aos/network/www:aos_plotter",
+        "//aos/network/www:colors",
+        "//aos/network/www:proxy",
+    ],
+)
+
+ts_library(
     name = "finisher_plotter",
     srcs = ["finisher_plotter.ts"],
     target_compatible_with = ["@platforms//os:linux"],