-
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
Advantage kit pivot #4
Conversation
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.
Really all of my comments are nits, but do make sure to keep style in mind. Otherwise, looks great! Good job!
io.setFollowerVoltage(volts); | ||
|
||
} | ||
|
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.
add a method at some point that sets pivot (w/ pid) based on range from speaker
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.
doesn't all of that stuff go in PivotIO? or do I need to have it here too?
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.
i request changes plz
removed sysId bcuz we dont use it sim actually logs inputs now conversion stuff for logging units styled and cleaned up code w/ docstrings and spacing added constants for pivot mass and length
looks like the Check Format Java failed because of something in the swerve subsystem - do I have to address that? |
It's failing due to the spacing in your constants and your pivot files. you just have to run ./gradlew spotlessApply to fix it. |
u need to pull from main for spotless to work |
i didn't mean to close it |
…n-robot-code-2024 into Advantage-Kit-Pivot
I think that everything should be correct - not 100% sure though(specifically tuning for replay and sim modes in pivot.java)