Skip to content

Commit

Permalink
Better SwerveModuleConstants names for motor ids
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingnight5965 committed Dec 19, 2023
1 parent 0402577 commit 79315ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import org.ghrobotics.lib.mathematics.units.nativeunit.nativeUnits

class SwerveModuleConstants {
var kName = "Name"
var kDriveTalonId = -1
var kAzimuthTalonId = -1
var kDriveId = -1
var kAzimuthId = -1
var kCanCoderId = -1

var kCanCoderNativeUnitModel = NativeUnitRotationModel(2048.nativeUnits)
Expand Down

0 comments on commit 79315ca

Please sign in to comment.