Package frclib.subsystem
Class FrcShooter
java.lang.Object
frclib.subsystem.FrcShooter
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. -
Constructor Summary
ConstructorsConstructorDescriptionFrcShooter
(String instanceName, FrcShooter.Params params) Constructor: Create an instance of the object. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the shooter object.
-
Constructor Details
-
FrcShooter
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.
-