Coral

public class Coral extends SubsystemBase

Functions

Link copied to clipboard
public void algaeIntake()
Activates the algae intake process.
Link copied to clipboard
public void ejectAlgae()
Ejects the algae by setting the voltage output to 4.0 and controlling the coral score motor.
Link copied to clipboard
public boolean getCoralSensor()
Gets the state of the coral manipulator
Link copied to clipboard
public static Coral getInstance()
Returns the Singleton instance of this CoralManipulatorSubsystem.
Link copied to clipboard
public void periodic()
If the coral sensor is triggered, set the hasPiece boolean to true.
Link copied to clipboard
public void reverseMotors()
Starts the coral manipulator motors
Link copied to clipboard
public void scoreCoral()
Scores the coral motors
Link copied to clipboard
public void setHasPiece(boolean hasPiece)
Sets the state of whether the manipulator has a piece.
Link copied to clipboard
public void slowAlgaeScoreMotors()
Sets the voltage output to -3.0 and controls the coral score motor to slow down the algae scoring process.
Link copied to clipboard
public void slowCoralIntake()
Starts the coral manipulator motors
Link copied to clipboard
public void startCoralIntake()
Starts the coral manipulator motors
Link copied to clipboard
public void stopMotors()
Stops the coral manipulator motors