This commit is contained in:
ryan123rudder
2020-03-13 17:10:44 -06:00
parent db128a328a
commit bb9c325479
2 changed files with 3 additions and 3 deletions
@@ -37,7 +37,7 @@ public class RunHoodWithJoystick extends CommandBase {
// Called every time the scheduler runs while the command is scheduled.
@Override
public void execute() {
double input = m_controller.getRightXAxis();
double input = m_controller.getRightYAxis();
m_hood.runHood(input);
}