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

Arm auton edits #23

Open
wants to merge 99 commits into
base: master
Choose a base branch
from
Open

Arm auton edits #23

wants to merge 99 commits into from

Conversation

Codadillo
Copy link

Merge changes that were made to the intake, arm, and indexer during auton testing.

@Codadillo Codadillo requested review from ajnadel and billwpierce March 9, 2018 01:33

public class RobotMap {
public static class Port {

public static class Port { // TODO: Correct Ports
Copy link
Author

Choose a reason for hiding this comment

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

This should have the correct ports. Either that or this comment shouldn't be here.

@@ -66,11 +74,12 @@
public static final double INCHES_PER_TICK = Metrics.Wheel.CIRCUMFERENCE_INCHES
/ Metrics.Wheel.TICKS_PER_REVOLUTION;
}
public static final double LENGTH = 32.75;
public static final double WIDTH = 27.75;
public static final double LENGTH = 49.04;// 32.75;
Copy link
Author

Choose a reason for hiding this comment

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

what are the comments for?

@@ -83,15 +92,20 @@
public static TankDriveShifting chassis;
public static Motor leftWheel;
public static Motor rightWheel;
public static DiscBrake discBrake;
Copy link
Author

Choose a reason for hiding this comment

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

no diskBrake

public static NavX navx;
public static Subsystem[] mainSubsystems;
Copy link
Author

Choose a reason for hiding this comment

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

this shouldn't be merged until shuffleboard is merged

@@ -0,0 +1,33 @@
package org.usfirst.frc4904.robot.commands;
Copy link
Author

Choose a reason for hiding this comment

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

no discbrake

import edu.wpi.first.wpilibj.command.CommandGroup;

/**
*
Copy link
Author

Choose a reason for hiding this comment

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

This should be a proper javadocs.

* piston and stopping the arm.
*
*/
public class ArmSet extends CommandGroup {
Copy link
Author

Choose a reason for hiding this comment

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

Isn't this command the exact same thing as ArmMove, but with a different name? Do we need this?



/*
* ArmSet is similar to MotorPositionConstant
Copy link
Author

Choose a reason for hiding this comment

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

This isn't ArmSet, this is ArmMove.

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.

7 participants