James Kuszmaul | bfdd256 | 2024-07-06 14:18:53 -0700 | [diff] [blame] | 1 | py_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 | ) |