Class FrcShooter

java.lang.Object
frclib.subsystem.FrcShooter

public class FrcShooter extends Object
This class implements a platform dependent Shooter Subsystem. A Shooter consists of one or two shooter motors. Optionally, it may have a pan motor and a tilt motor.
  • Constructor Details

    • FrcShooter

      public FrcShooter(String instanceName, FrcShooter.Params params)
      Constructor: Create an instance of the object.
      Parameters:
      instanceName - specifies the instance name.
      params - specifies the shooter parameters.
  • Method Details

    • getShooter

      public TrcShooter getShooter()
      This method returns the shooter object.
      Returns:
      shooter object.