Skip to content

Commit

Permalink
Forgot to invert Y axis of right stick??
Browse files Browse the repository at this point in the history
  • Loading branch information
rlee287 committed Feb 20, 2017
1 parent 3e9c7c8 commit b36149e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/com/_604robotics/robot2017/modules/XboxFlip.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ public void begin(ActionData data) {
isFlipped=!isFlipped;
TeleopMode.driver.leftStick.X.flipFactor();
TeleopMode.driver.leftStick.Y.flipFactor();
/* Forgot this earlier; comment out if behaving weirdly
* Meant as intended behavior, not sure if it should be
*/
TeleopMode.driver.rightStick.Y.flipFactor();
}
});
}});
Expand Down

0 comments on commit b36149e

Please sign in to comment.