-
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
Update code to 2025 WPILib #145
Conversation
* Cole's first commit, some of the intake has been updated. * All of intake is updated to 2025 correctly :D --------- Co-authored-by: Your Name <[email protected]>
* updated motor configs * udated encoders
* updated swerve motors * fixed constants
…ed-1/11/2025' into update
…ed-1/11/2025' into update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall nice job. a bunch of little things. Also IDK why the linting job didn't fail for u but go through the changes in the PR tab and you'll see all the comments it left for u to fix. It should have failed
src/main/java/frc/robot/subsystems/elevator_wrist/ElevatorWristReal.java
Show resolved
Hide resolved
src/main/java/frc/robot/subsystems/elevator_wrist/ElevatorWristReal.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look at https://github.com/Frc5572/FRC2024/actions/runs/12775376178/job/35611620622#step:4:1 this should be causing the check to fail, idk why it's not but fix them anyways. Once that's done and u retest it code tomorrow, we'll merge.
We need to update the Max Translational and Rotational speeds to what @owenflatman set and bind the spit function to the driver X button. |
updated code to 2025