mirror of
https://github.com/Team4388/2024AcrossTheRidgebotiverse.git
synced 2026-06-09 08:48:03 -06:00
auto balance boiler code (im geekin)
This commit is contained in:
@@ -137,6 +137,11 @@ public class Intake extends SubsystemBase {
|
||||
talonPivot.setControl(request.withPosition(-59));
|
||||
}
|
||||
|
||||
public void talonPIDPosition(double out2) {
|
||||
PositionVoltage request = new PositionVoltage(out2);
|
||||
talonPivot.setControl(request);
|
||||
}
|
||||
|
||||
public void talonHandoff() {
|
||||
talonIntake.set(-outtakeSpeed.get());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user