Log in

View Full Version : FeedbackStatusUnknown from SRX's encoder


Tparbotmail
28-01-2016, 01:09
talon4.setFeedbackDevice(FeedbackDevice.QuadEncode r);
SmartDashboard.putString("Is there an enoder on talon4", "" + talon4.isSensorPresent(FeedbackDevice.QuadEncoder) );

This code yields the following output in the smart dashboard
"FeedbackStatusUnknown"

We do have quad encoder, we can see it from the browser in the self-test. However this feedback status unknown is puzzing. Are we doing something wrong?