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