Got shoot action stuff building.

Still need to clean some stuff up and get it working and test it and all that fancy stuff.
diff --git a/frc971/control_loops/claw/claw.q b/frc971/control_loops/claw/claw.q
index c67ed20..5d6633b 100644
--- a/frc971/control_loops/claw/claw.q
+++ b/frc971/control_loops/claw/claw.q
@@ -64,7 +64,7 @@
   queue Goal goal;
   queue Position position;
   queue Output output;
-  queue aos.control_loops.Status status;
+  queue Status status;
 };
 
 queue_group ClawGroup claw_queue_group;