Tune arm loops

Slow it waaay down and add more knobs to plot the poles.

Change-Id: I488ab7b0b999b3bb032c39523ffc8193363e7003
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2023/control_loops/superstructure/arm/BUILD b/y2023/control_loops/superstructure/arm/BUILD
index 032c654..ce226d1 100644
--- a/y2023/control_loops/superstructure/arm/BUILD
+++ b/y2023/control_loops/superstructure/arm/BUILD
@@ -116,6 +116,7 @@
     target_compatible_with = ["@platforms//cpu:x86_64"],
     deps = [
         ":arm_constants",
+        ":generated_graph",
         ":trajectory",
         "//frc971/analysis:in_process_plotter",
         "//frc971/control_loops:binomial",