blob: b79d6766638b7b554e91c4073ed7a5e86c8bd4db [file] [log] [blame]
Austin Schuh572ff402015-11-08 12:17:50 -08001package(default_visibility = ['//visibility:public'])
2
3py_library(
4 name = 'controls',
5 srcs = [
6 'control_loop.py',
7 'controls.py',
Austin Schuhedc317c2015-11-08 14:07:42 -08008 'polytope.py',
9 'libcdd.py',
Austin Schuh572ff402015-11-08 12:17:50 -080010 ],
Austin Schuh1f9aeb42015-11-12 23:34:49 -080011 deps = [
12 '//external:slycot',
13 ],
Austin Schuh572ff402015-11-08 12:17:50 -080014)