Stage 2 · Subsystems
Stage 2's goal is to contribute to a real robot. You'll take a master sketch from a more experienced designer, fit a subsystem inside the envelope they specified, and learn what's actually possible given packaging, 3D printing, and the COTS components you have on hand. By the end you should be able to own one subsystem of a robot.
Reading a master sketch
A master sketch is a top-level drawing that defines where each subsystem lives on the robot. Read it like a contract: this is your envelope, these bolt patterns are fixed, this is the maximum height you can reach. If something doesn't fit, push back on the master sketcher with data — don't silently violate the spec.
Designing within a packaging envelope
Every subsystem fits in a box. Your job is to deliver the function inside that box. Sketch out your mechanism's range of motion early; if you can't hit the requirement, the master sketch needs to change before you build, not after.
Working with COTS components
goBILDA, REV, and MISUMI sell pre-made structure, motors, servos, sprockets, bearings, and pulleys. You assemble these with custom adapter parts. Stage-2 design is mostly "arrange COTS parts and design the smallest custom bracket that connects them." Knowing when COTS exists for your need saves hours.
Designing for 3D printing
FTC teams print a lot of parts. Mind the rules: minimum walls around 1.5–2 mm; avoid overhangs above 45° or orient the part so the strong axis takes load; design tap holes ~0.2 mm undersize and clearance holes ~0.5 mm oversize; use heat-set inserts for any screw that gets removed more than once.
Power transmission basics
Gears, sprockets/chain, and belts/pulleys all carry rotation, but each has a niche. Gears are short, precise, and high-torque but loud and fussy about alignment. Chain handles long, rough power well. Belts run quiet and clean at medium torque. Pick by load and span — not by what's lying around.
Live-axle vs dead-axle shafts
Live axle: the shaft rotates with the wheel. Dead axle: the shaft is fixed and the wheel/sprocket spins on bearings around it. Dead-axle is mechanically cleaner, easier to support, and is the default for most FTC drivetrains and rotating mechanisms. Use live axle only when you need to drive a sprocket on the shaft itself.
Common mechanism patterns
Recognize the canonical shapes and you can build most of FTC: cascade slide, continuous-rigged slide, single-pivot arm, virtual 4-bar arm, parallel-jaw claw, compliant-wheel intake. They show up every season — copy the pattern and customize the dimensions.