-
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
Swerve rewrite #53
base: main
Are you sure you want to change the base?
Swerve rewrite #53
Conversation
…o swerve-rewrite
…vetrain logic file
…veModule as well as fix any remaining errors in Drivetrain. Code is now error free
…s switched from pairs to velocity2d and fixing things messed up by removal of deprocated functions
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.
good work
src/main/kotlin/com/team4099/robot2023/config/constants/Constants.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/team4099/robot2023/config/constants/Constants.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/team4099/robot2023/config/constants/DrivetrainConstants.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/team4099/robot2023/config/constants/DrivetrainConstants.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/team4099/robot2023/config/constants/DrivetrainConstants.kt
Outdated
Show resolved
Hide resolved
...main/kotlin/com/team4099/robot2023/subsystems/drivetrain/swervemodule/SwerveModuleIOTalon.kt
Outdated
Show resolved
Hide resolved
...main/kotlin/com/team4099/robot2023/subsystems/drivetrain/swervemodule/SwerveModuleIOTalon.kt
Outdated
Show resolved
Hide resolved
...main/kotlin/com/team4099/robot2023/subsystems/drivetrain/swervemodule/SwerveModuleIOTalon.kt
Show resolved
Hide resolved
...main/kotlin/com/team4099/robot2023/subsystems/drivetrain/swervemodule/SwerveModuleIOTalon.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/team4099/robot2023/subsystems/superstructure/Superstructure.kt
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.
Looks good to me besides a few nitpicks, but I agree with Saraansh's comments and we should get on that soon.
src/main/kotlin/com/team4099/robot2023/subsystems/superstructure/Superstructure.kt
Outdated
Show resolved
Hide resolved
...main/kotlin/com/team4099/robot2023/subsystems/drivetrain/swervemodule/SwerveModuleIOTalon.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/com/team4099/robot2023/commands/drivetrain/DrivePathCommand.kt
Outdated
Show resolved
Hide resolved
…e so everyone gets the package updates
kept intake objectized but everything else is shayaans, swervemodules in robotcontainer is now supplier
climbautoalign is not set in superstructure!!! testwrist was used to test advantagescope and should have been unbinded by now
No description provided.