Ejemplo n.º 1
0
 // Called repeatedly when this Command is scheduled to run
 protected void execute() {
   SmartDashboard.putString("ShooterCommand", "Shooter");
   PIDShooter.PIDShoot();
 }