-
Notifications
You must be signed in to change notification settings - Fork 0
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
Reef Align AutoScore #14
Open
EdzmLeGoat
wants to merge
167
commits into
main
Choose a base branch
from
reefalignas
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Auto score demo, i may merge the reef location picker and reef level screens together as per jj's advice. Communicating with the network tables will happen in robotCommunication.js, everything else is just pretty simple javascript
… correspond orbitals to integers that will be submitted to the robot (i.e. J = 0, I = 1, etc.). Note: the values might start at J = 1 so be aware in future when calling reefLocation.
-Replaced PIDPoseAlign with MagnetizePIDPoseAlign in AutoScoreCommands MagnetizePIDPoseAlign takes in the same parameters as PIDPoseAlign except it needs controller for magnetization inputs. MagnetizationPIDPoseAlign calculates distance like PIDPoseAlign and subtracts controller inputs so the driver has power over the magnetization. The power of magnetization can be changed by modifying the magnetizationPower in the MagnetizePIDPoseAlign file (I found 5.0 to work fine, but we should change it based on our driver's preferences).
…dited the bindings for autoscore command
# Conflicts: # src/main/kotlin/frc/team449/ControllerBindings.kt # src/main/kotlin/frc/team449/commands/autoscoreCommands/AutoScorePathfinder.kt # src/main/kotlin/frc/team449/subsystems/vision/PoseSubsystem.kt
# Conflicts: # src/main/kotlin/frc/team449/commands/autoscoreCommands/AutoScoreCommands.kt # src/main/kotlin/frc/team449/commands/autoscoreCommands/AutoScorePathfinder.kt
# Conflicts: # src/main/kotlin/frc/team449/ControllerBindings.kt # src/main/kotlin/frc/team449/RobotLoop.kt
…nt but its a bum.
This reverts commit cff70ea.
…driver bug. working on manual control for superstructure
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.
Pulling the changes from autoscore into main. However, we are pulling a version of autoscore that uses the simple reef align class because it is the version that currently works and we want to get some testing done instead of waiting for a perfect PID+ADStar version.