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

Add Climb subsytem, command, button, and simulation capabilites #9

Merged
merged 1 commit into from
Feb 2, 2025

Conversation

AlexaDaniels25
Copy link
Contributor

No description provided.


public LowerClimb(Climb climb) {
// Use addRequirements() here to declare subsystem dependencies.
this.climb = climb;
Copy link
Member

Choose a reason for hiding this comment

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

We actually should do add requirements here.

@@ -68,7 +67,7 @@ public Boolean limitReached() {
public void periodic() {
// This method will be called once per scheduler run
if (limitReached()) {
stop();
motorWinch.set(0);
Copy link
Member

Choose a reason for hiding this comment

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

This change is not expected

@smoser smoser merged commit 694e54f into main Feb 2, 2025
1 check passed
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.

2 participants