-
Notifications
You must be signed in to change notification settings - Fork 1
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
Compensations for hardware testing #13
Conversation
Looks good. Might be a bit jerky from what I see. I'll have to think of something to fix that if it is. |
It is a tad jerky (you can find video of it on Discord.) Best fix might be to just use a current ramp on the motor? |
This reverts commit 9d7b107.
Dunno how well this will work at all points...
@@ -25,7 +25,7 @@ | |||
// public static final int rangefinderModule = 1; | |||
|
|||
public class DRIVETRAIN { | |||
public static final int LEFT_MASTER_CHANNEL = 0; | |||
public static final int LEFT_MASTER_CHANNEL = 17; |
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.
Leaving WIP status because we're about to wire the practice bot and make a whole new slew of these changes. (Merging once Travis agrees that things look good.) |
See also #12. This PR is for any changes made as a direct result of real-world testing of components.
This is being added to DEEP SPACE and the stop build milestone as a tracker of when the changes are both done and merged, because yay granularity!