// Called repeatedly when this Command is scheduled to run
 protected void execute() {
   if (!button.get()) command.start();
 }
예제 #2
0
 public boolean getButtonL3() {
   return buttonL3.get();
 }
예제 #3
0
 public boolean getButtonL2() {
   return buttonL2.get();
 }
예제 #4
0
파일: OI.java 프로젝트: Team1065/FRC-2013
 public boolean getShootButton() {
   return shootButton.get();
 }
예제 #5
0
파일: OI.java 프로젝트: Team1065/FRC-2013
 public boolean getMecanumButton() {
   return mecanumButton.get();
 }
예제 #6
0
파일: OI.java 프로젝트: Team1065/FRC-2013
 public boolean getTracktionButton() {
   return tractionButton.get();
 }