Add 2022 superstructure replay

Also add more info to status and fix plot colors

Signed-off-by: Milind Upadhyay <milind.upadhyay@gmail.com>
Change-Id: I5c9112e013f5e3b75e8f4128db5f35cf9cec336d
diff --git a/y2022/control_loops/superstructure/BUILD b/y2022/control_loops/superstructure/BUILD
index f67fa12..fabc871 100644
--- a/y2022/control_loops/superstructure/BUILD
+++ b/y2022/control_loops/superstructure/BUILD
@@ -130,6 +130,19 @@
     ],
 )
 
+cc_binary(
+    name = "superstructure_replay",
+    srcs = ["superstructure_replay.cc"],
+    deps = [
+        ":superstructure_lib",
+        "//aos:configuration",
+        "//aos:init",
+        "//aos/events:simulated_event_loop",
+        "//aos/events/logging:log_reader",
+        "//aos/network:team_number",
+    ],
+)
+
 cc_library(
     name = "collision_avoidance_lib",
     srcs = ["collision_avoidance.cc"],