-
Notifications
You must be signed in to change notification settings - Fork 18
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
Initial Swerve Implementation and Refactor Wombat #6
Conversation
_state = state; | ||
} | ||
|
||
void wom::drivetrain::Swerve::PoseControl(frc::Pose3d desiredPose, units::second_t dt) { |
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.
This is probably too imprecise to call pose control.
Would this be field relative?
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.
yeah should be field relative, probably set the whole robot pid loops tho, not each individual module
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.
How would we implement a whole robot loop?
- adds github action for wpiformat checkign - adds wpiformat required config - Isaac
What this PR does
Implement Swerve and Wombat Refactoring
What does it fix/add?
Create an initial implementation of swerve control
Resolve #3
Resolve #8