Add current control loop python
Signed-off-by: Ravago Jones <ravagojones@gmail.com>
Change-Id: I59639923a5e26e2ca24fbb84878d7eeab1b5067a
diff --git a/frc971/control_loops/python/BUILD b/frc971/control_loops/python/BUILD
index e308954..0066b93 100644
--- a/frc971/control_loops/python/BUILD
+++ b/frc971/control_loops/python/BUILD
@@ -175,6 +175,20 @@
],
)
+py_library(
+ name = "angular_system_current",
+ srcs = ["angular_system_current.py"],
+ target_compatible_with = ["@platforms//cpu:x86_64"],
+ visibility = ["//visibility:public"],
+ deps = [
+ ":controls",
+ "//aos/util:py_trapezoid_profile",
+ "//frc971/control_loops:python_init",
+ "@pip//matplotlib",
+ "@pip//pygobject",
+ ],
+)
+
py_binary(
name = "spline_graph",
srcs = [