Skip to content

Conversation

@GhostR406
Copy link
Collaborator

I think creating this initialized the CI check or whatever

case REAL:
// Real robot, instantiate hardware IO implementations
drive =
new Drive(
Copy link
Collaborator

Choose a reason for hiding this comment

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

It looks like the formatting got really messed up here, do you want to run ./gradlew spotlessApply and hopefully it should fix everything?

drive)
.ignoringDisable(true));

// Followed example on line 161
Copy link
Collaborator

Choose a reason for hiding this comment

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

button binding code looks good, but you can remove this comment

return autoChooser.get();
}

TalonFX billyBob = new TalonFX(30, TunerConstants.DrivetrainConstants.CANBusName);
Copy link
Collaborator

Choose a reason for hiding this comment

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

We can remove this

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