Class TalonFXFactory

java.lang.Object
frc.spectrumLib.talonFX.TalonFXFactory

public class TalonFXFactory extends Object
Creates CANTalon objects and configures all the parameters we care about to factory defaults. Closed-loop and sensor parameters are not set, as these are expected to be set by the application.
  • Method Details

    • createDefaultTalon

      public static TalonFX createDefaultTalon(CanDeviceId id)
    • createConfigTalon

      public static TalonFX createConfigTalon(CanDeviceId id, TalonFXConfiguration config)
    • createPermanentFollowerTalon

      public static TalonFX createPermanentFollowerTalon(CanDeviceId followerId, TalonFX leaderTalonFX, MotorAlignmentValue motorAlignment)
      Follow the motor output of another Talon.
      Parameters:
      followerId - Device ID of the follower.
      leaderTalonFX - The leader TalonFX to follow.
      motorAlignment - Set to Aligned for motor invert to match the leader's configured Invert - which is typical when leader and follower are mechanically linked and spin in the same direction. Set to Opposed for motor invert to oppose the leader's configured Invert - this is typical where the leader and follower mechanically spin in opposite directions.
    • getDefaultConfig

      public static TalonFXConfiguration getDefaultConfig()