NextFeedbackServo
Parameters
initializer
A function returning the backing ServoImplEx. It will be invoked lazily the first time the servo is accessed.
feedbackName
Hardware map name of the analog input.
cacheTolerance
Tolerance for the NextServo position caching delegate.
Constructor to create a NextFeedbackServo using a servo name.
Parameters
servoName
Hardware map name of the servo.
feedbackName
Hardware map name of the analog input.
cacheTolerance
Tolerance for the NextServo position caching delegate.
Constructor to create a NextFeedbackServo using a LynxModule and port number.
Parameters
module
The Lynx module, see RobotController.controlHub, RobotController.expansionHub, and RobotController.servoHubs.
port
The servo port (in the range 0, 5).
feedbackName
Hardware map name of the analog input.
cacheTolerance
Tolerance for the NextServo position caching delegate.