Skip to content

Conversation

@willtreaty21
Copy link

No description provided.

@Ayidana-Aboraah Ayidana-Aboraah linked an issue Oct 26, 2023 that may be closed by this pull request
11 tasks
Copy link
Contributor

@Ayidana-Aboraah Ayidana-Aboraah left a comment

Choose a reason for hiding this comment

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

Some small changes need

Copy link
Contributor

@Ayidana-Aboraah Ayidana-Aboraah left a comment

Choose a reason for hiding this comment

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

The mistakes you made before seem to have been repeated here and there are some more stylistic issues.


public class Inake extends CommandBase {

subWristem intake = new subWristem();
Copy link
Contributor

Choose a reason for hiding this comment

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

Should remove the intialisation and keep the object name and type.

public Inake(subWristem intake) {
this.intake = intake;
addRequirements(intake);
// Use addRequirements() here to declare subsystem dependencies.
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove this comment.

case 2: height = highHeight; //highest height
break;
}
// Use addRequirements() here to declare subsystem dependencies.
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove comment

Comment on lines +15 to +19
elevator Elevator = new elevator();
subWristem intake = new subWristem();
public lowerElevator() {
// Use addRequirements() here to declare subsystem dependencies.
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Subsystems should be passed in as parameters and the addRequirments method should be used

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.

Paths + Scoring Commands

4 participants