-
Notifications
You must be signed in to change notification settings - Fork 5
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
[OLD] v2 #18
base: master
Are you sure you want to change the base?
Conversation
public static final double kD = 0.00; | ||
|
||
// TODO: Find | ||
public static final int UP_POSITION = 0; |
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.
up_position for what (I'm assuming arm)? Should specify what it's for and what unit the number is representing
ARM_UP_POSITION_DEGREES
} | ||
|
||
public Feeder() { | ||
feeder_talon_1 = configureTalonSRX(new TalonSRX(CAN_IDS.FEEDER_TALON_ONE_ID)); |
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.
variables should be camel case
Using a PR to bookmark this branch.