Fixed shooter Firing test\!
diff --git a/frc971/control_loops/shooter/shooter.cc b/frc971/control_loops/shooter/shooter.cc
index c22b899..11823fc 100755
--- a/frc971/control_loops/shooter/shooter.cc
+++ b/frc971/control_loops/shooter/shooter.cc
@@ -192,8 +192,8 @@
       // TODO(austin): Windup here and below!
       if (!disabled) {
         shooter_.SetGoalPosition(
-            shooter_.goal_position() - values.shooter.zeroing_speed * dt,
-            -values.shooter.zeroing_speed);
+            shooter_.goal_position() + values.shooter.zeroing_speed * dt,
+            values.shooter.zeroing_speed);
       }
 
       if (position) {