mirror of
https://github.com/Team4388/2024AcrossTheRidgebotiverse.git
synced 2026-06-09 00:38:02 -06:00
micha;
This commit is contained in:
@@ -189,6 +189,16 @@ public class SwerveDrive extends SubsystemBase {
|
||||
gyro.resetFlip();
|
||||
rotTarget = 0.0;
|
||||
}
|
||||
|
||||
public void resetGyroRightBlue() {
|
||||
gyro.resetRightSideBlue();
|
||||
rotTarget = 0.0;
|
||||
}
|
||||
|
||||
public void resetGyroRightAmp() {
|
||||
gyro.resetAmpSide();
|
||||
rotTarget = 0.0;
|
||||
}
|
||||
|
||||
public void stopModules() {
|
||||
for (SwerveModule module : this.modules) {
|
||||
|
||||
Reference in New Issue
Block a user