commit | 79900c24f61f6126713e5f5f637ed003a271b351 | [log] [tgz] |
---|---|---|
author | Adam Snaider <adsnaider@gmail.com> | Wed Feb 08 20:23:15 2017 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Fri Feb 17 22:10:10 2017 -0800 |
tree | c63a5c2fcbc331b759476b97d7fb1521d7291def | |
parent | 5f01f15ed8d252276aac022a3642ca1bdf50acff [diff] [blame] |
Added turret and intake code and tests. Tests are from Adam. Change-Id: I5a89700cfe2e9983771b4523facc302243b5dc50
diff --git a/y2017/control_loops/superstructure/hood/BUILD b/y2017/control_loops/superstructure/hood/BUILD index 8617587..9760eac 100644 --- a/y2017/control_loops/superstructure/hood/BUILD +++ b/y2017/control_loops/superstructure/hood/BUILD
@@ -30,6 +30,7 @@ cc_library( name = 'hood', + visibility = ['//visibility:public'], srcs = [ 'hood.cc', ],