Use this tools to compute, the resulting robot speed, the required motor RPM, and the corresponding wheel diameter.
Equation: Speed = (RPM (diameter * PI) / 60)
Equation: RPM = ((60 * speed) / (diameter * PI))
Equation: Diameter = ((60 * speed) / RPM / PI) [raw] [/raw]