the front/back button got flipped around
diff --git a/frc971/input/joystick_reader.cc b/frc971/input/joystick_reader.cc
index 32ab317..965a154 100644
--- a/frc971/input/joystick_reader.cc
+++ b/frc971/input/joystick_reader.cc
@@ -282,7 +282,7 @@
       separation_angle_ = 0.0;
     }
 
-    if (data.GetAxis(kFlipRobot) < 0.5) {
+    if (data.GetAxis(kFlipRobot) > 0.5) {
       if (data.IsPressed(kIntakeOpenPosition)) {
         action_queue_.CancelAllActions();
         LOG(DEBUG, "Canceling\n");