Skip to content

Commit

Permalink
Merge branch 'endeffecter-work' of https://github.com/lasarobotics/PH…
Browse files Browse the repository at this point in the history
…2025 into endeffecter-work
  • Loading branch information
rachitkakkar committed Feb 1, 2025
2 parents 5a82318 + 2db1b9f commit f6cb467
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,15 +256,11 @@ public void setState(EndEffectorStates nextState) {
this.nextState = nextState;
}

/**
* Check if end effector is empty
* @return Boolean indicating whether there is a coral in end effector
*/
public boolean isEmpty() {
return !forwardBeamBreakStatus() && !reverseBeamBreakStatus();
}

/**
/**
* Runs motor at power required for intaking
*/
public void intake() {
Expand Down

0 comments on commit f6cb467

Please sign in to comment.