Beispiel #1
0
 // Called repeatedly when this Command is scheduled to run
 protected void execute() {
   m_shooter.buttons(OI.getInstance().getJoystickButton23().get());
   m_shooter.shoot();
 }