-
Notifications
You must be signed in to change notification settings - Fork 0
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
Worlds prod branch #12
base: DistrictsProdBranch
Are you sure you want to change the base?
Conversation
press button seventeen to activate
improved the arm to chute position
stuff middle score doing better taking out feed forward stuff
InstantCommand resetPoseToBeginning = new InstantCommand( | ||
()-> m_robotDrive.resetOdometry(new Pose2d(0,0,new Rotation2d(Math.toRadians(180))))); | ||
|
||
new JoystickButton(copilotController, 3).onTrue(resetPoseToBeginning); | ||
//new JoystickButton(copilotController, 4).onTrue(testAutoMoveAim); | ||
new JoystickButton(copilotController, 4).onTrue(new MoveArmToFeeder(m_ArmSubsystem, -77, 0, 10)); |
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.
@HanSolo626 delete this
m_chooser.addOption("escape", rightEscape); | ||
m_chooser.addOption("do nothing", doNothing); | ||
// m_chooser.addOption("left escape", leftEscape); | ||
m_chooser.setDefaultOption("Score High Cone", new InstantCommand()); |
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.
@HanSolo626 name is incorrect
@@ -55,6 +55,7 @@ public ArmLower(Boolean fastMode, ArmSubsystem armed, double uAP, double lAP, do | |||
// Called when the command is initially scheduled. | |||
@Override | |||
public void initialize() { | |||
m_armSubsystem.setUpperP(DriveConstants.defaultUpperArmP); |
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.
@HanSolo626 should delete this line
@@ -103,6 +103,7 @@ public void end(boolean interrupted) { | |||
if(slowMode || fastMode){ | |||
m_armSubsystem.setUpperArmOutputRange(DriveConstants.m_upperArmMinSpeed,DriveConstants.m_upperArmMaxSpeed); | |||
} | |||
m_armSubsystem.setWristOutputRange(DriveConstants.m_wristMinSpeed, DriveConstants.m_wristMaxSpeed); |
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.
@HanSolo626 delete this
four jobs complete |
} | ||
else{ | ||
m_armSubsystem.setUpperP(DriveConstants.defaultUpperArmP); |
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.
@HanSolo626 should delete this
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.
done
No description provided.