Package ftclib.subsystem
Class FtcShooter
java.lang.Object
ftclib.subsystem.FtcShooter
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
This class contains all the parameters related to the shooter. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFtcShooter
(String instanceName, FtcShooter.Params params) Constructor: Create an instance of the object. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the shooter object.
-
Field Details
-
shooter
-
-
Constructor Details
-
FtcShooter
Constructor: Create an instance of the object.- Parameters:
instanceName
- specifies the instance name.params
- specifies the shooter parameters.
-
-
Method Details
-
getShooter
This method returns the shooter object.- Returns:
- shooter object.
-