Class FtcShooter

java.lang.Object
ftclib.subsystem.FtcShooter

public class FtcShooter 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.
  • Field Details

  • Constructor Details

    • FtcShooter

      public FtcShooter(String instanceName, FtcShooter.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.