What it is
A tank drive (also called skid steer or differential drive) has wheels on the left side and wheels on the right side. The two sides are driven independently: drive both forward to go straight, drive them at different speeds to turn, and drive them in opposite directions to spin in place. Because the robot "skids" sideways when turning, it is called skid steer.
The most popular variant is West Coast Drive (WCD). Its defining features are:
- Wheels cantilevered (supported on one side) off the outside of the side rails, so they can be serviced without disassembling the frame.
- A center drop (6-wheel drop): the middle wheel sits roughly 1/8" lower than the four corner wheels. This reduces the contact patch during turns so the robot pivots cleanly instead of fighting four-corner traction.
- Belt or chain running inside the rails to link the wheels on each side to one gearbox.
Why teams use it
- Simple and rugged. Far fewer moving parts than swerve, so it is forgiving for rookies.
- Pushing power. With grippy wheels and several motors, a tank drive is excellent at defense and shoving.
- Cheap entry. The AndyMark AM14U6 "KitBot" chassis offered through the FRC Kit of Parts is a ready-made 6-wheel drop-center skid-steer base. Its wheels run on live axles between the side rails rather than cantilevered, so it is not a true West Coast Drive, but it teaches the same drop-center principles. It needs at least two CIM-class motors per the user guide, with four recommended for competitive play; recent kits also support brushless motors such as the REV NEO.
Components
WCD is usually built from 2x1 aluminum tubing (e.g., REV MAXTube 2x1 or WCP/VEXpro versa-frame) bolted together with gussets. Each side typically uses traction wheels in the corners and may use omni wheels to ease turning. A pair of gearboxes (one per side) couples the motors to the wheels.
Limitations
- The robot can only drive in the direction it is facing; to go sideways it must turn first.
- Hard turning scrubs the wheels and wastes energy.
WCD remains a strong, legitimate choice. Many teams that cannot reliably support swerve win matches with a well-built, well-driven tank drive. The deciding factor is usually whether your software and electrical sub-teams can take on swerve's workload (see the next lesson), not whether swerve is "better" in the abstract.
Key takeaways
- Tank/skid-steer drives the left and right sides independently; West Coast Drive cantilevers the wheels and uses a center drop for clean turning
- The AndyMark AM14U6 KitBot is a ready-made WCD base offered through the FRC Kit of Parts
- WCD is simple, rugged, and great at pushing, but cannot strafe sideways
Keep going
Take the quiz · +10 XP with an accountMore in Drivetrains: Moving the Robot
Sources & corrections
This lesson is AI-assisted: drafted from primary sources, then reviewed and edited by hand. Errors still get through. When one is reported we fix it and write down what changed — publicly, in the corrections log.
Sources and further reading
- WCP FRC Build System – Motion Systemsdocs.wcproducts.com
- AndyMark AM14U6 KitBot Drive Baseandymark.com
Read next
Articles on this, for competition day
The lesson covers how it works. These cover what to do when it breaks.
- 4 min read
FRC Drivetrain Types: Tank, Swerve, and Mecanum
A beginner-friendly guide to FRC drivetrains: how tank, swerve, and mecanum drives work, their tradeoffs, and how to pick one for your robot.
Read - 18 min read
FRC Wheels and Traction: Tread, Durometer, and Choosing the Right Wheel
How to choose FRC drivetrain wheels: coefficient of friction, Shore A durometer, tread compounds, Colson vs pneumatic vs traction, diameter, and pushing power.
Read - 13 min read
FRC Swerve Module Offsets: Calibration & Backwards Wheels
Zero your FRC swerve module offsets correctly, and fix wheels that spin backwards, modules that fight each other, and field-relative drive that feels rotated.
Read
Lesson quiz
RequiredAll 3 right completes the lesson. Miss one and only that question comes back — anything you already answered correctly stays banked.
0 of 3 answered
01.What structural feature distinguishes a West Coast Drive (WCD) from a traditional tank drive?
02.Both tank drive and West Coast Drive steer the robot using which method?
03.Which is a commonly cited advantage of a West Coast Drive over a traditional tank drive?
Answer every question to submit.
All 47 lessons in Mechanical, Build & Pneumatics
- Not started:Mini-Project 1: A Single-Jointed Arm From Math to Motion
- Not started:Mini-Project 2: A Two-Stage Cascade Elevator
- Not started:Mini-Project 3: A Velocity-Controlled Flywheel Shooter
- Not started:Mini-Project 4: A Pivoting Roller Intake
- Not started:Mini-Project 5: Integrating a COTS Swerve Module
- Not started:Pneumatics Won't Fire: A Full Diagnostic Tree
- Not started:The Robot Won't Drive Straight (and Other Drivetrain Sins)
- Not started:Gearboxes That Grenade and Fasteners That Vibrate Loose
- Not started:Closed-Loop Mechanisms That Oscillate, Sag, or Stall
- Not started:Field-Ready Reliability: Inspection, Spares, and the Pit Checklist
- Not started:Characterizing Any Mechanism with SysId
- Not started:Simulation-Driven Design with WPILib Physics Models
- Not started:Motion Profiling and Superstructure Coordination
- Not started:Designing for Weight, Stiffness, and Manufacturability
- Not started:Case Studies: Learning From Open Alliance Robots