Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

A mecanum wheel is a robot wheel with small rollers mounted around its rim, usually at 45 degrees to the wheel plane. This design lets the wheel push partly forward or backward and partly sideways at the same time. By combining four mecanum wheels on a chassis, a robot can drive forward, strafe sideways, move diagonally, or rotate without turning its body first.

This matters in robotics because it gives machines high maneuverability in tight spaces such as warehouses, labs, and competition fields.

Each wheel creates a force that can be decomposed into a forward component and a sideways component. The roller angle determines how much of the wheel force becomes lateral motion, while the wheel speed and direction determine the size and sign of each component. In a typical X or O four-wheel layout, carefully chosen wheel directions make sideways components add together or cancel out.

Control software uses kinematics equations to convert the desired robot motion into the four wheel speeds needed to produce it.

Key Facts

  • Mecanum rollers are commonly angled at 45° to the wheel axis.
  • A wheel force can be decomposed into components: F_x = F cos 45° and F_y = F sin 45°.
  • Since cos 45° = sin 45° = 0.707, the forward and sideways force components are equal in magnitude for ideal 45° rollers.
  • Forward motion occurs when all four wheels drive so the forward force components add and the sideways components cancel.
  • Strafing occurs when wheel directions are chosen so sideways force components add and forward components cancel.
  • Robot speed from wheel rotation is approximately v = rω, where r is wheel radius and ω is angular speed in rad/s.

Vocabulary

Mecanum wheel
A wheel with angled rollers around its rim that allows a robot to move in any direction on a flat surface.
Roller axis
The line around which an individual roller spins, usually set at a 45° angle on a mecanum wheel.
Force decomposition
The process of splitting a force into perpendicular components, such as forward and sideways parts.
Strafing
Sideways robot motion without changing the direction the robot body is facing.
Omnidirectional drive
A drive system that can move a robot in multiple directions without first rotating the chassis.

Common Mistakes to Avoid

  • Treating a mecanum wheel like a normal wheel is wrong because the angled rollers create sideways force components as well as forward ones.
  • Forgetting the 45° component split is wrong because the usable force along each axis is F cos 45° or F sin 45°, not the full wheel force.
  • Using the same wheel direction pattern for forward motion and strafing is wrong because forward motion requires sideways components to cancel, while strafing requires them to add.
  • Ignoring wheel layout orientation is wrong because reversing the roller pattern changes which wheel directions produce strafe, rotation, or diagonal motion.

Practice Questions

  1. 1 A mecanum wheel produces a driving force of 20 N along the roller-constrained direction at 45°. Find the forward and sideways components of the force.
  2. 2 A wheel has radius 0.05 m and spins at 12 rad/s. Estimate the rim speed using v = rω, then find each ideal 45° component of that speed.
  3. 3 A four-wheel mecanum robot is commanded to strafe right. Explain why some wheels must spin opposite directions even though the robot is not rotating.