Skip to content

Conversation

@BdogAsix
Copy link

I will add the intake stuff to the backup once it works.

the correct base branch and correct motor controls.
Updated Readme.md
@ngarnsworthy
Copy link
Collaborator

For future reference, @BdogAsix request a review from me so it pops up

@ngarnsworthy ngarnsworthy self-requested a review October 31, 2025 00:51
Comment on lines 17 to 22
public void run(double speed) {
// Clamp speed to valid motor range [-1.0, 1.0]
double clampedSpeed = Math.max(-1.0, Math.min(1.0, speed));
shooterMotor.set(clampedSpeed);
rampMotor.set(clampedSpeed);
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Allow differing speeds for the ramp and shooter motors

Copy link
Author

Choose a reason for hiding this comment

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

Got it.

Updated Readme.md
@ngarnsworthy ngarnsworthy merged commit 18b9284 into master Nov 5, 2025
1 check passed
@ngarnsworthy ngarnsworthy deleted the 19-correct-correct-intake-subsystem branch November 5, 2025 00:18
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