Add intake, turret, and climber plotters

Change-Id: I2de2968219ad258bdce2799eaf7632c914cc3c84
Signed-off-by: Siddhant Kanwar <kanwarsiddhant@gmail.com>
diff --git a/frc971/analysis/BUILD b/frc971/analysis/BUILD
index 686529f..20f1a01 100644
--- a/frc971/analysis/BUILD
+++ b/frc971/analysis/BUILD
@@ -53,6 +53,9 @@
         "//y2020/control_loops/superstructure:turret_plotter",
         "//y2021_bot3/control_loops/superstructure:superstructure_plotter",
         "//y2022/control_loops/superstructure:catapult_plotter",
+        "//y2022/control_loops/superstructure:climber_plotter",
+        "//y2022/control_loops/superstructure:intake_plotter",
+        "//y2022/control_loops/superstructure:turret_plotter",
         "//y2022/localizer:localizer_plotter",
     ],
 )