blob: 408f3cd991db27988c43c3cd7a045b285b6c51f7 [file] [log] [blame]
Austin Schuh075a5072017-10-21 18:05:25 -07001py_binary(
Brian Silverman36d06492018-05-12 11:52:35 -07002 name = "big_phase_current",
Austin Schuh075a5072017-10-21 18:05:25 -07003 srcs = [
Brian Silverman36d06492018-05-12 11:52:35 -07004 "big_phase_current.py",
Austin Schuh075a5072017-10-21 18:05:25 -07005 ],
Brian Silvermandabdf902017-10-21 15:34:40 -04006 restricted_to = ["//tools:k8"],
Austin Schuh075a5072017-10-21 18:05:25 -07007 deps = [
8 "//external:python-gflags",
9 "//external:python-glog",
10 "//frc971/control_loops/python:controls",
11 ],
Austin Schuh075a5072017-10-21 18:05:25 -070012)
Brian Silverman6260c092018-01-14 15:21:36 -080013
14py_binary(
15 name = "haptic_phase_current",
16 srcs = [
17 "haptic_phase_current.py",
18 ],
Brian Silvermandabdf902017-10-21 15:34:40 -040019 restricted_to = ["//tools:k8"],
Brian Silverman6260c092018-01-14 15:21:36 -080020 deps = [
21 "//external:python-gflags",
22 "//external:python-glog",
23 "//frc971/control_loops/python:controls",
24 ],
Brian Silverman6260c092018-01-14 15:21:36 -080025)