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

added brake solenoid #84

Merged
merged 5 commits into from
Feb 9, 2024
Merged

added brake solenoid #84

merged 5 commits into from
Feb 9, 2024

Conversation

Alexwen709
Copy link
Contributor

added in brake solenoid

Why are we doing this?

so we can hang without dropping
Asana task URL:

Whats changing?

Questions/notes for reviewers

How this was tested

  • unit tests added
  • tested on robot

added in brake solenoid
@Alexwen709 Alexwen709 requested a review from a team as a code owner February 7, 2024 04:24
fixed the method for enabling brakes and renamed the current method to setArmBrakeSolenoid
@@ -187,6 +187,8 @@ public DeviceInfo getArmMotorLeft() {
public DeviceInfo getArmMotorRight() {
return new DeviceInfo("ArmMotorRight", 11, true);
}
@Override
public DeviceInfo getBrakeSolenoid(){return new DeviceInfo("BrakeSolenoid", 16, false);}
Copy link
Contributor

Choose a reason for hiding this comment

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

⭐ let's make this 1, that's probably what it will be

Alexwen709 and others added 2 commits February 8, 2024 18:39
changed the solenoid channel to be 1 instead of 16 which is value that isn't accepted
@Alexwen709 Alexwen709 merged commit bddf8f3 into main Feb 9, 2024
1 check passed
@Alexwen709 Alexwen709 deleted the AddedBrakeSolenoid branch February 9, 2024 03:05
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