We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The tolerance of the HatchManipulator (in degrees) needs to be determined through testing of the PID loop.
The TOLERANCE variable is used for isAtBottom and isAtTop, but may not be needed by the program because this subsystem is determined by PID.
Robot2019/src/main/java/frc/robot/subsystems/HatchManipulator.java
Line 32 in bd403e3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The tolerance of the HatchManipulator (in degrees) needs to be determined through testing of the PID loop.
The TOLERANCE variable is used for isAtBottom and isAtTop, but may not be needed by the program because this subsystem is determined by PID.
Robot2019/src/main/java/frc/robot/subsystems/HatchManipulator.java
Line 32 in bd403e3
The text was updated successfully, but these errors were encountered: