Work on getting wpilib_interface finished
I moved all the constants together to make it somewhat easier to work. I
also finished renaming serializer to indexer because Austin is more
stubborn than the rest of the team combined.
It at least compiles now. The TODOs are also also much more specific to
the few remaining pieces.
Change-Id: Id3baf2b5be0a946345b152612c2099cf1b599727
diff --git a/y2017/control_loops/superstructure/hood/BUILD b/y2017/control_loops/superstructure/hood/BUILD
index 7b03141..8f27d80 100644
--- a/y2017/control_loops/superstructure/hood/BUILD
+++ b/y2017/control_loops/superstructure/hood/BUILD
@@ -1,8 +1,5 @@
-package(default_visibility = ['//visibility:public'])
-
genrule(
name = 'genrule_hood',
- visibility = ['//visibility:private'],
cmd = '$(location //y2017/control_loops/python:hood) $(OUTS)',
tools = [
'//y2017/control_loops/python:hood',
@@ -17,6 +14,7 @@
cc_library(
name = 'hood_plants',
+ visibility = ['//visibility:public'],
srcs = [
'hood_plant.cc',
'hood_integral_plant.cc',