Skip to content

Commit

Permalink
Removed climber implementations
Browse files Browse the repository at this point in the history
We don't know how the climber works, so we shouldn't define motor controllers yet
  • Loading branch information
briansemrau committed Feb 10, 2018
1 parent 7e61ae0 commit 03465d6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/org/usfirst/frc/team4737/robot/subsystems/Climber.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
*/
public class Climber extends Subsystem {

// Put methods for controlling this subsystem
// here. Call these from Commands.
// Put methods for controlling this subsystem
// here. Call these from Commands.

public Climber() {
// TODO when we know how the climber works #BlameMechanical
}

private WPI_TalonSRX elevatorMotor;
private WPI_TalonSRX elevatorSpool;
public void initDefaultCommand() {
// Set the default command for a subsystem here.
// setDefaultCommand(new MySpecialCommand());
}


public void initDefaultCommand() {
// Set the default command for a subsystem here.
//setDefaultCommand(new MySpecialCommand());
}
}

0 comments on commit 03465d6

Please sign in to comment.