Skip to content

Adjustable Hood Subsystem#6

Open
nirmalkozak wants to merge 5 commits intomainfrom
adjustable-hood
Open

Adjustable Hood Subsystem#6
nirmalkozak wants to merge 5 commits intomainfrom
adjustable-hood

Conversation

@nirmalkozak
Copy link
Copy Markdown
Member

Closes #3

@nirmalkozak nirmalkozak self-assigned this Mar 23, 2026
Copy link
Copy Markdown
Member

@legoguy1000 legoguy1000 left a comment

Choose a reason for hiding this comment

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

Since this is a prototype, for initial testing let's assume we won't be PID tuning this thing. So we need super basic control to manually move the hood and hold in place.

Comment thread src/main/java/frc/robot/Constants.java Outdated
@legoguy1000
Copy link
Copy Markdown
Member

@nirmalkozak nirmalkozak marked this pull request as ready for review March 24, 2026 17:27
@nirmalkozak nirmalkozak requested a review from legoguy1000 March 24, 2026 17:27
Comment thread src/main/java/frc/robot/subsystems/hood/HoodIO.java Outdated
}

public void setTargetAngle(Angle setAngle) {
io.setTargetAngle(setAngle);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Set limits here so the hood doesn't exceed the maximum angle, nor goes below 0.

Comment thread src/main/java/frc/robot/subsystems/hood/Hood.java Outdated
Comment thread src/main/java/frc/robot/subsystems/hood/Hood.java Outdated
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.

Create Hood Subsystem

3 participants