Closed mvog2501 closed 11 months ago
Right now, if the steer motor fails to configure, it will print the message "Talon ID " + constants.DriveMotorId + " failed config with error " + response.toString(). This should be SteerMotorId. This issue is in SwerveModule.java.
"Talon ID " + constants.DriveMotorId + " failed config with error " + response.toString()
SteerMotorId
Good catch! This will be fixed in the 2024 kickoff release.
Right now, if the steer motor fails to configure, it will print the message
"Talon ID " + constants.DriveMotorId + " failed config with error " + response.toString()
. This should beSteerMotorId
. This issue is in SwerveModule.java.