Hey everyone,
We’ve been trying to use the FTC HD-Hex 1291 motor with it’s encoder while connected to Talon-SRX.
We have an issue with reading the encoder’s ticks, We defined the encoder as followed:
this.motor.configSelectedFeedbackSensor(FeedbackDevice.QuadEncoder);
Did anyone managed to read the encoder properly through Talon?