Add 2023 wrist python codegen
Signed-off-by: milind-u <milind.upadhyay@gmail.com>
Change-Id: Id6aec917eaa81cbafec0d907145d0d0abd5533fe
diff --git a/y2023/control_loops/python/BUILD b/y2023/control_loops/python/BUILD
index f94772d..6109255 100644
--- a/y2023/control_loops/python/BUILD
+++ b/y2023/control_loops/python/BUILD
@@ -106,3 +106,19 @@
"@pip//python_gflags",
],
)
+
+py_binary(
+ name = "wrist",
+ srcs = [
+ "wrist.py",
+ ],
+ legacy_create_init = False,
+ target_compatible_with = ["@platforms//cpu:x86_64"],
+ deps = [
+ ":python_init",
+ "//frc971/control_loops/python:angular_system",
+ "//frc971/control_loops/python:controls",
+ "@pip//glog",
+ "@pip//python_gflags",
+ ],
+)