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

Logging #104

Merged
merged 11 commits into from
Mar 18, 2024
Merged

Logging #104

merged 11 commits into from
Mar 18, 2024

Conversation

rflood07
Copy link
Collaborator

No description provided.

@@ -235,7 +239,7 @@ private void climberInst() {
climber = new Climber();
}
private void indexInit() {
indexer = new IndexerSubsystem();
indexer = new IndexerSubsystem(intakeExists ? intake::isNoteSeen : () -> false);
Copy link
Member

Choose a reason for hiding this comment

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

Do we know where all the non logging code came from?

indexerMotor = new TalonFX(IndexerConstants.INDEXER_MOTOR);
public IndexerSubsystem(BooleanSupplier isNoteIn) {
m_IndexerMotor = new TalonFX(IndexerConstants.INDEXER_MOTOR);
m_IndexerMotor.setInverted(false);
Copy link
Member

Choose a reason for hiding this comment

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

Is this m_indexer stuff newer than the other no m_ stuff?

@veggie2u veggie2u merged commit b75a354 into main Mar 18, 2024
1 check passed
@veggie2u veggie2u deleted the Logging2 branch March 18, 2024 18:40
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.

5 participants