Added forwards and backwards flash lights.
Change-Id: I813aeb1f300115e323d32823fbbca7d01a834d00
diff --git a/y2016/control_loops/shooter/shooter.q b/y2016/control_loops/shooter/shooter.q
index b799b5a..0e00a02 100644
--- a/y2016/control_loops/shooter/shooter.q
+++ b/y2016/control_loops/shooter/shooter.q
@@ -31,6 +31,9 @@
// Forces the lights on.
bool force_lights_on;
+
+ // If true, the robot is shooting forwards.
+ bool shooting_forwards;
};
message Position {
@@ -65,6 +68,9 @@
// If true, the lights are on.
bool lights_on;
+
+ bool forwards_flashlight;
+ bool backwards_flashlight;
};
queue Goal goal;