Skip to content

Rt cancel#109

Open
Sahiltheram wants to merge 16 commits intomainfrom
RT-Cancel
Open

Rt cancel#109
Sahiltheram wants to merge 16 commits intomainfrom
RT-Cancel

Conversation

@Sahiltheram
Copy link
Contributor

ResetAll Command

@@ -0,0 +1,24 @@
package frc.robot.commands.angler;
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure why this was added, we don't want to use this because it doesn't move the mechanism to the bottom position. the correct command is stowAngler. this should be removed from the PR.

new LoggableParallelCommandGroup(
new SetTurretAngle(turret, 0),
new RunAnglerToReverseLimit(angler)
new ResetAnglerEncoder(angler)
Copy link
Contributor

Choose a reason for hiding this comment

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

this is incorrect, it has to be stowAngler. the same is true for all the autonomous commands. I'm not sure why this was even changed in this PR, it shouldn't be part of it. This will create conflicts to Michael who is working on the autonomous commands.
I think it would be best to not rename back StowAngler to RunAnglerToReverseLimit and undo all the changes that are related to this.

@@ -0,0 +1,44 @@
// Copyright (c) FIRST and other WPILib contributors.
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this part of this PR?
In fact, the entire intake deployment process changed and this class is no longer in main.

IntakeDeployerSubsystem intakeDeployerSubsystem, IntakeSubsystem intakeSubsystem,
ShooterSubsystem shooterSubsystem, TurretSubsystem turretSubsystem, ShootingState shootState) {
super(
new SetDeploymentState(intakeDeployerSubsystem, DeploymentState.UP),
Copy link
Contributor

Choose a reason for hiding this comment

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

the intake deployment mechanism changed, please talk to Jackson about what needs to be done here.

@@ -0,0 +1,32 @@
package frc.robot.commands.shooter;
Copy link
Contributor

Choose a reason for hiding this comment

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

is this used? where?

@@ -0,0 +1,24 @@
package frc.robot.commands.turret;
Copy link
Contributor

Choose a reason for hiding this comment

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

same comment as the ResetAnglerEncoder.

Copy link
Contributor

Choose a reason for hiding this comment

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

should be false.

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.

3 participants