Swerve Module
Represents a swerve module used in a swerve drive system.
Constructors
Link copied to clipboard
public void SwerveModule(int driveId, int steerId, int canCoderID, double canCoderDriveStraightSteerSetPoint)
Constructs a new SwerveModule.
Functions
Link copied to clipboard
Applies the PID configuration values for teleoperation mode.
Link copied to clipboard
Gets the current position of the swerve module.
Link copied to clipboard
Initializes alerts for disconnected components.
Link copied to clipboard
Initializes the logged network PID values for the drive and steer motors.
Link copied to clipboard
Resets the drive motor position to zero.
Link copied to clipboard
Sets the PID values for autonomous mode.
Link copied to clipboard
Sets the PID configuration values for the drive motor using a Pingu configuration object.
Link copied to clipboard
Sets the PID configuration values for the steer motor using a Pingu configuration object.
Link copied to clipboard
Sets the PID values for teleoperation mode.
Link copied to clipboard
Updates the PID values for teleoperation mode.