Skip to content
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 #288

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

Setpoint generator #288

wants to merge 11 commits into from

Conversation

Jacob1010-h
Copy link
Member

No description provided.

Copy link
Member

@GalexY727 GalexY727 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's like you bring a stench of autoformatting everywhere you go... I'm sure the math works at least. How do you think we can find a way to calculate the numbers required for these kinematics?

build.gradle Show resolved Hide resolved
protected final static SwerveKinematicLimits KINEMATIC_LIMITS = new SwerveKinematicLimits();
static {
KINEMATIC_LIMITS.MAX_DRIVE_VELOCITY = AutoConstants.MAX_SPEED_METERS_PER_SECOND; // m/s
KINEMATIC_LIMITS.MAX_DRIVE_ACCELERATION = 30.0; // m/s^2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to be tuned, but i have no idea what it should be

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes.. I don't know how we might calculate that, I'll try to do some more research later...

src/main/java/frc/robot/util/custom/geometry/Epsilon.java Outdated Show resolved Hide resolved
@GalexY727
Copy link
Member

While you can use these comments to improve this pr, would you be okay if it was closed due to worlds being so soon and this not showing itself as a huge priority since our autos aren't bad by any means...?

@Jacob1010-h
Copy link
Member Author

While you can use these comments to improve this pr, would you be okay if it was closed due to worlds being so soon and this not showing itself as a huge priority since our autos aren't bad by any means...?

Sounds fair enough, I'm quite sad this wont end up being used for anything this year, but hey! At least it cool! It will also lead to some better implementation next year if the team goes to advantage kit

...i cant believe i forgot
@Jacob1010-h Jacob1010-h mentioned this pull request Apr 12, 2024
5 tasks
@Jacob1010-h
Copy link
Member Author

I am going to turn this into a draft, as this PR will never see the light of day, until next year... (maybe)

@Jacob1010-h Jacob1010-h marked this pull request as draft April 12, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants