Enum FeedbackSensorSourceValue

java.lang.Object
java.lang.Enum<FeedbackSensorSourceValue>
com.ctre.phoenixpro.signals.FeedbackSensorSourceValue
All Implemented Interfaces:
Serializable, Comparable<FeedbackSensorSourceValue>, java.lang.constant.Constable

public enum FeedbackSensorSourceValue
extends Enum<FeedbackSensorSourceValue>
Choose what sensor source is reported via API and used by closed-loop and limit features. The default is RotorSensor, which uses the internal rotor sensor in the Talon FX. Choose RemoteCANcoder to use another CANcoder on the same CAN bus (this also requires setting FeedbackRemoteSensorID). Talon FX will update its position and velocity whenever CANcoder publishes its information on CAN bus. Choose FusedCANcoder and Talon FX will fuse another CANcoder's information with the internal rotor, which provides the best possible position and velocity for accuracy and bandwidth (note this requires setting FeedbackRemoteSensorID). FusedCANcoder was developed for applications such as swerve-azimuth.

Note: When the Talon Source is changed to FusedCANcoder, the Talon needs a period of time to fuse before sensor-based (soft-limit, closed loop, etc.) features are used. This period of time is determined by the update frequency of the CANcoder's Position signal.