py_binary( | |
name = "big_phase_current", | |
srcs = [ | |
"big_phase_current.py", | |
], | |
restricted_to = ["//tools:k8"], | |
deps = [ | |
"//external:python-gflags", | |
"//external:python-glog", | |
"//frc971/control_loops/python:controls", | |
], | |
) | |
py_binary( | |
name = "haptic_phase_current", | |
srcs = [ | |
"haptic_phase_current.py", | |
], | |
restricted_to = ["//tools:k8"], | |
deps = [ | |
"//external:python-gflags", | |
"//external:python-glog", | |
"//frc971/control_loops/python:controls", | |
], | |
) |