Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
sadece drive
Browse files Browse the repository at this point in the history
  • Loading branch information
aiyaszk committed Mar 9, 2024
1 parent 4d18418 commit ccee23f
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 172 deletions.
8 changes: 4 additions & 4 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ public void disabledPeriodic() {
public void autonomousInit() {
DriveSubsystem.getInstance().zeroHeading();
DriveSubsystem.getInstance().resetToAbsolute();
ArmSubsystem.getInstance().resetToAbsolute();
WristSubsystem.getInstance().resetToAbsolute();
// ArmSubsystem.getInstance().resetToAbsolute();
// WristSubsystem.getInstance().resetToAbsolute();

m_autonomousCommand = m_robotContainer.getAutonomousCommand();

Expand Down Expand Up @@ -125,8 +125,8 @@ public void teleopInit() {
}
ShooterSubsystem.getInstance().setShooterState(ShooterState.CLOSED);
DriveSubsystem.getInstance().resetToAbsolute();
ArmSubsystem.getInstance().resetToAbsolute();
WristSubsystem.getInstance().resetToAbsolute();
// ArmSubsystem.getInstance().resetToAbsolute();
// WristSubsystem.getInstance().resetToAbsolute();
}

/** This function is called periodically during operator control. */
Expand Down
Loading

0 comments on commit ccee23f

Please sign in to comment.