Skip to content

Commit

Permalink
called TurnTurret function in teleopexecute
Browse files Browse the repository at this point in the history
  • Loading branch information
amrrao committed Mar 25, 2022
1 parent 65214b4 commit eaea624
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions src/main/java/org/usfirst/frc4904/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,11 @@ public void initialize() {
}

@Override
public void teleopInitialize() {
// udpExecute = new UDPExecute("UDPExecute");
// udpExecute.schedule(false);
}
public void teleopInitialize() {

@Override
public void teleopExecute() {

new TurnTurret(RobotMap.HumanInput.Operator.joystick.getX()).schedule();
}

@Override
Expand All @@ -54,7 +51,7 @@ public void autonomousExecute() {
@Override
public void disabledInitialize() {
}

@Override
public void disabledExecute() {
}
Expand Down

0 comments on commit eaea624

Please sign in to comment.