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

Made Turret Subsystem #5

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Made Turret Subsystem #5

wants to merge 8 commits into from

Conversation

FlyN-Nick
Copy link
Member

No description provided.

@FlyN-Nick FlyN-Nick requested a review from zbuster05 January 17, 2022 18:43
@zbuster05 zbuster05 closed this Jan 17, 2022
@zbuster05 zbuster05 reopened this Jan 17, 2022
@FlyN-Nick FlyN-Nick requested a review from b-cho January 17, 2022 18:44
@FlyN-Nick FlyN-Nick assigned FlyN-Nick and pluvii and unassigned zbuster05 and FlyN-Nick Jan 17, 2022
@FlyN-Nick FlyN-Nick requested a review from pluvii January 17, 2022 18:46
@b-cho b-cho linked an issue Jan 22, 2022 that may be closed by this pull request
10 tasks
Copy link
Member

@zbuster05 zbuster05 left a comment

Choose a reason for hiding this comment

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

Looks great overall. However, you did break our formatting standards and thus I cannot in good conscience approve this pull request. Please make the highlighted change. Thank you.

@@ -12,6 +18,7 @@
}

public static class CANMotor {
public static final int turretMotor = -1; // TODO: confirm port
Copy link
Member

Choose a reason for hiding this comment

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

Make sure to get the port for this, but not a necessary change before merge.

public static final double TICK_MULTIPLIER = 360.0 / ENCODER_TICKS;
public static final double BIG_GEAR_RADIUS = -1; // Gear of the turret, TODO: CHANGE CONST
public static final double SMALL_GEAR_RADIUS = -1; // Gear of the motor, TODO: CHANGE CONST
public static final double GEAR_RATIO = BIG_GEAR_RADIUS / SMALL_GEAR_RADIUS;
Copy link
Member

Choose a reason for hiding this comment

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

Make sure these constants are all worked out

removing a newline...
Copy link
Member

@zbuster05 zbuster05 left a comment

Choose a reason for hiding this comment

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

Thank you for complying with our formatting standards.

@FlyN-Nick FlyN-Nick removed the request for review from pluvii January 29, 2022 06:03
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.

Turret mechanism
3 participants