blob: 0a6e2c6756f6e9413e4f3ff5ba45d63ded311bf7 [file] [log] [blame]
James Kuszmaulbfdd2562024-07-06 14:18:53 -07001py_binary(
2 name = "rotation",
3 srcs = [
4 "rotation.py",
5 ],
6 target_compatible_with = ["@platforms//cpu:x86_64"],
7 visibility = ["//y2024_swerve:__subpackages__"],
8 deps = [
9 "//frc971/control_loops/python:angular_system_current",
10 "//frc971/control_loops/python:controls",
11 "@pip//glog",
12 "@pip//python_gflags",
13 ],
14)