-
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
Setpoint generator rewrite #35
base: main
Are you sure you want to change the base?
Conversation
jacks w change Co-authored-by: Jack <[email protected]>
Ci fails bc of formatting rn |
public static final Rotation2d ROTATION3D_ZERO = new Rotation2d(); | ||
public static final Transform3d TRANSFORM3D_ZERO = new Transform3d(); | ||
public static final Pose3d POSE3D_ZERO = new Pose3d(); | ||
public static final Twist2d TWIST2D_ZERO = new Twist2d(); |
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.
what is a twist
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.
It's used to measure a difference between two poses. https://first.wpi.edu/wpilib/allwpilib/docs/development/java/edu/wpi/first/math/geometry/Twist2d.html
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 awesome! I'd love to see how swerve drives with it
This doesn't work btw |
hello peoples and guys. do kindly review this pr.