-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Pull all changes on the competition into master #8
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pull Master to New Auto
this is because path planner PID's weren't tuned
we had connected the redline in an inverted way but that can't be done with a 550 so we need to set the inverted to true
This is used/required for wpilib's path following not pathPlanner
i might changes this back to fully clear the strip until a new command comes in
this if to check for any errors before returning the latest results, like driver mode on the camera. For some reason we had photonVision switch to driver mode so many times in initial starts
TODO: move it to Constants.java
these are used for calibration at the match area, as that was my only choise at that moment.
Added an intake camera that is directly connected to the roborio.
this is a less smart shoot command just in case things go wrong with the arm, and also used for debugging.
had encoder issues this is the best fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There have been several changes on the comp, you can look at the commit titles for most, but some changes even I don't remember doing them so, your guess is better than mine...