Hello, my team is using Talon SRXs mainly because we wanted to experiment with its capabilities such as Motion Magic and Motion Profiling. However, since we have started experimenting with them last year, our talons would never reset properly. By resetting, this is the following function that we execute:
public void resetEncoders() {
m_RightMaster.setSelectedSensorPosition(0);
m_LeftMaster.setSelectedSensorPosition(0);
}
Every time we call this function, the leftMaster tends to go back to 0, but the rightTalon will always be at some hundred ticks e.g. 500 ticks. We don’t understand why this keeps happening even though that is the only function we call. Any help would be appreciated and thanks for helping out.