mirror of
https://github.com/Team4388/2024AcrossTheRidgebotiverse.git
synced 2026-06-09 00:38:02 -06:00
Started changing intake class from spark max to talon; Not done limit switch or robot container stuff; (im actually tweakin)
This commit is contained in:
@@ -28,8 +28,8 @@ public class ArmIntakeIn extends Command {
|
||||
// Called every time the scheduler runs while the command is scheduled.
|
||||
@Override
|
||||
public void execute() {
|
||||
robotIntake.pidOut();
|
||||
robotIntake.spinIntakeMotor();
|
||||
robotIntake.talonPIDOut();
|
||||
robotIntake.talonSpinIntakeMotor();
|
||||
}
|
||||
|
||||
// Called once the command ends or is interrupted.
|
||||
|
||||
Reference in New Issue
Block a user