Package ftclib.motor
Class FtcServoActuator
java.lang.Object
ftclib.motor.FtcServoActuator
This class creates an FRC platform specific servo with the specified parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
This class contains all the parameters for creating the servo. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor: Create an instance of the object. -
Method Summary
-
Field Details
-
-
Constructor Details
-
FtcServoActuator
Constructor: Create an instance of the object.- Parameters:
params
- specifies the parameters to set up the actuator servo.
-
-
Method Details
-
getServo
This method returns the created primary servo.- Returns:
- primary servo.
-