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

Constants #19

Merged
merged 6 commits into from
Jan 18, 2024
Merged

Constants #19

merged 6 commits into from
Jan 18, 2024

Conversation

GBKP
Copy link
Collaborator

@GBKP GBKP commented Jan 17, 2024

No description provided.

@GBKP GBKP requested review from a1cd and Ryan-Bauroth and removed request for a1cd January 17, 2024 20:11
Copy link
Collaborator

@a1cd a1cd left a comment

Choose a reason for hiding this comment

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

Since we aren't using the constants you put in the constants file at the moment, comment them out until we do start using them.

Comment on lines 28 to 33
// *START OF CONSTANTS FOR SWERVE* (STILL MISSING WHEEL POSITIONS - Im not on the cad thingy so i
// cant see it)
double WHEEL_RADIUS = 0.0508;
double WHEEL_CIRCUMFERENCE = WHEEL_RADIUS * 2 * PI;
double DRIVE_GEAR_RATIO = 6.75;
double STEERING_RATIO = (150 / 7);
Copy link
Collaborator

Choose a reason for hiding this comment

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

where are these used?

Copy link
Collaborator

Choose a reason for hiding this comment

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

may want to remove them or comment them out if we don't use them.

@GBKP GBKP requested a review from a1cd January 18, 2024 20:35
src/main/java/frc/robot/Constants.java Outdated Show resolved Hide resolved
Co-authored-by: Everett Wilber <71281043+a1cd@users.noreply.github.com>
@GBKP GBKP merged commit 3aebb4d into main Jan 18, 2024
2 checks passed
@a1cd a1cd deleted the Constants branch January 19, 2024 20:39
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.

3 participants