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
Link copied to clipboard
Gets the current position of the swerve module.
Link copied to clipboard
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 drive PID values.
Link copied to clipboard
Sets the steer PID values.
Link copied to clipboard
Sets the PID values for teleoperation mode.
Link copied to clipboard