Skip to main content
Setting steer offsets for a Mk 4i drivetrain
putPut the robot up on blocks
beginBegin with the bevel gear (the black ring on one side of the wheel) on the modules all facing inward
useUse a straight edge to ensure the modules on each side are all facing the same direction
deployDeploy code that sets the angle offset to Rotation2D.fromDegrees(0.0)
openOpen the driver station and pull up the labview (default) dashboard. go to the variables tab
theThe value you are looking for could have any name. itIt will be derived from something like Rotation2D.getDegrees()
setSet this value to the angle offset for each module exactly
- e.g.
Rotation2D.fromDegrees(12.3243)
deployDeploy code
testTest
ifIf a wheel is spinning the opposite direction of what it should be, add 180.0 to the angle offset