This year my team is going to be using omni drive. In previous years we've used encoders to tell our robot to drive a certain distances. How will the wheels at a 45 degree angle affect the calculations?
This is the example from this year modified since we do not have any drive gear reductions
Thanks for the help
Tomy
This is the example from this year modified since we do not have any drive gear reductions
Code:
static final double COUNTS_PER_INCH = (COUNTS_PER_MOTOR_REV) / (WHEEL_DIAMETER_INCHES * 3.1415);
Tomy
Comment