How your robot picks up and scores Override's pins and cups under the 1-pin-and-1-cup possession limit. Read Lift Mechanisms for the lift this manipulator attaches to, and Mechanism Concept Sprint if you have not yet brainstormed alternatives.
🏁 Override 2026-27 specific🧰 Most consequential mechanism choice this season⚙ Build decision — commit before kickoff
🔮
119
Game Pieces
63 pins + 56 cups across the field.
✊
1+1
Possession Cap
SG6: max 1 pin and 1 cup at any moment.
🧰
4
Architectures
A, B, C, D — the four ways to handle pin + cup.
📚
8
Sections
Game elements, architectures, orientation, sensors, build, failures, STEM.
This page was rewritten on April 26, 2026 after the official Override game reveal video, and reconciled against the v0.1 game manual on April 27, 2026. The game has two distinct manipulables (pins and cups) and a strict 1-pin-and-1-cup possession limit. Specific dimensions, scoring rules, and the legality of defensive cup placement are now drawn from the manual itself.
Status of this guide: game elements, possession limit, scoring rules, and dimensions are drawn from Override game manual v0.1 (April 27, 2026). Pin mass (73 g) and cup mass (78 g) were measured on a kitchen-grade food scale (May 2026); awaiting confirmation against game manual v1.1 (expected August 13, 2026). AprilTag mounting on goals was stated in the reveal video but is not addressed in v0.1 of the manual — treat that as designed-for, not yet confirmed in rules. Re-read this page after v1.1 for any changes.
The Manipulation Problem in One Paragraph
Override gives you 119 scoring objects across two types: pins (small, 4 color combinations, 63 total) and cups (hollow hourglass shape, one opaque side and one transparent side, 56 total). To score, you place a pin on a goal, then stack a cup on top of the pin. The cup's orientation matters — if a pin sits in the opaque side of a cup, that color doesn't count. Your robot can hold 1 cup AND 1 pin at any given time, no more. So your manipulator has to handle two different objects with different geometries, in a specific stacking order, with an orientation requirement on the cup.
This is not a simple gripper problem. The 1-of-each possession limit means you can't build an accumulator that holds multiple pins. The two-object handoff means a single all-purpose grip might be slower than two specialized grips. The cup orientation requirement means you may need a sensor and a rotation mechanism to make sure the cup is the right way up before you place it.
The Four Architectural Choices
Almost every Override team will pick one of these four patterns:
Architecture A — Sequential Single-Grip
Simplest
One universal manipulator handles both pins and cups, one at a time. Pick up a pin, drive to goal, place pin. Pick up a cup, drive to goal, stack on pin. Repeat.
Pros: Mechanically simple. One motor. Few moving parts. Fast to build. Easy to drive.
Cons: Two field traversals per scored stack (pin trip + cup trip). Slowest cycle time of the four.
Architecture B — Dual-Grip
Fastest
Two specialized grippers on the robot, each tuned to one object. Pick up a pin AND a cup before traversing the field. Place pin, then stack cup, all in one trip.
Pros: One field traversal per scored stack. Each gripper optimized for its object's geometry. Fastest cycle.
Cons: Two motors instead of one. More mechanical complexity. More to debug. Larger envelope.
Architecture C — Hybrid Intake-and-Grip
Compromise
A passive ground intake (rollers or compliant scoop) captures whichever object the robot drives over. An active grip extracts and places. Object identification done by sensor.
Pros: Faster pickup than Architecture A (no precise alignment needed). Single grip for placement.
Cons: Intake design is harder than it looks for two object shapes. Sensor logic adds programming complexity.
Architecture D — Continuous Roller-Pinch
Forgiving
Two opposed flex wheels mounted on a lift arm, rotating inward to compress and grip a single element. Same wheel pair handles pins or cups via a configurable gap (~1.65″ for pin mid-section, ~1.50″ for cup base). Reverse the motor to outtake.
Pros: Single motor for the whole intake. Fastest pickup-to-secured time of any pattern. No precise alignment required — rollers grab as the robot drives over the element. Rookie-friendly.
Cons: Sequential at heart (1+1 limit). Flex wheels degrade and need replacement mid-season. Cup gripping less reliable than top-down claw on rim.
Sections 2 and 3 unpack each architecture with build details. Sections 4–6 cover the cross-cutting design problems (cup orientation, sensors, build sequence) that affect all four.
What This Deep Dive Covers
Game Elements — pins and cups in detail, with manipulation implications
Four Architectures — full analysis of A, B, C, and D with pros/cons and decision framework
Cup Orientation — the opaque/transparent problem and how to solve it
Sensors & Vision — AprilTags, optical sensors, and what each does for you
Build Order — what to prototype first, what to add later
Failures & Tuning — the five most common Override manipulator failure modes
STEM & Notebook — what concepts this teaches, plus interview lines and a quiz
1 of 8
// Section 02
Game Elements 🎯
What the pins and cups actually look like and what their geometry means for manipulation.
📌 Quick Take
Pins are tapered hex prisms — 6.50″ (165 mm) tall, with diameter varying from 3.16″ (80 mm) widest to 1.40″ (35.6 mm) narrowest. 63 pins in 4 color combinations. Cups are hourglass-shaped with one opaque side and one clear side. Cup orientation matters — if a pin sits on the opaque side, the color doesn't score.
A pin is a small two-color object that sits inside a goal. There are 63 pins in total, in four color combinations. Pins are the primary scoring object — visible red and blue pins each count for 5 points, and yellow pins are worth either 0 or +10 depending on the Toggle in their quadrant.
Pin Type
Count
Strategic Value
Red/yellow
20
Common. Red shows when placed correctly — 5 pts red. Yellow side gives toggle bonus potential.
Blue/yellow
20
Common. Same as above, blue alliance.
Yellow/yellow
19
Most common. Both sides yellow — only valuable when a Toggle claims the quadrant.
Red/blue
4
Extremely scarce. Both sides score for opposing alliances. Strategic resource — whichever side is showing scores 5 points for that alliance. Defensive denial of these pins is high-value.
From a manipulation standpoint, all pins share the same geometry. The color combination doesn't change how you grip them — just which pin you'd want to grip in any moment. Per the v0.1 manual glossary + Appendix A Figure A5, each pin is 6.50″ (165 mm) tall, but its diameter varies along the height: 3.16″ (80 mm) at the widest base, 1.40″ (35.6 mm) at the narrowest neck, and approximately 2.35″ (60 mm) at the mid-section. There is no single "pin diameter" — an intake design that assumes one will fail when the pin enters in a different orientation. See override-intake-geometry for the manipulation implications. Each pin consists of two halves; each half is independently scored (see Per-Half Pin Scoring below). Mass is not specified in v0.1.
A cup is hollow with two halves — one opaque, one transparent (per the v0.1 manual glossary, approximately 3.15″ / 80mm in diameter and 6.5″ / 164.5mm tall). Cups stack on top of pins on goals. Adding a cup to a goal increases that goal's pin capacity (more cups = more pins can be stacked there). The pin and the cup are the same height (both 6.5″), which means a cup placed on a pin covers the pin's upper half exactly.
The opaque/transparent rule is the one that drives mechanism design (manual rule SC3):
Pin half nested in the transparent half of a cup → scores
Pin half nested in the opaque half of a cup → does not score
Pin half not covered by a cup at all → scores
This means: if your robot places a cup with the opaque side toward the pin, the covered half scores 0 instead of 5 (or 10). Cup orientation control is mandatory, not optional. See Section 4 (Cup Orientation) for how to solve this.
It also means a defensive play exists on neutral goals: if you can't prevent an opponent from placing a pin on a neutral goal, you can top it with a cup's opaque side to hide the pin. The legality of this is narrowed by SG9 and SG10; details in Section 4.
Real-world parallel: a cup is shaped like an old-fashioned hourglass timer or a cocktail shaker. The narrow middle is the "waist." The two ends are wider — one of them you can see through (like a clear plastic side) and the other is solid (like an opaque colored plastic side). When the cup sits on a pin, the pin pokes up into one of the ends — the question is which end.
Per-Half Pin Scoring
The manual's scoring rule (SC3) is more precise than the "visible pin = 5 points" framing from the reveal video. Each pin has two halves, and each half scores independently for the alliance whose color it shows. A half "scores" if it is either:
Not covered by a cup at all (visible to the field), or
Nested inside the transparent half of a cup.
A half nested inside the opaque half of a cup is hidden and does not score. So a single pin can score up to two halves at once.
The strategic implication: a pin sitting upright in a goal with no cup covering it scores both halves. A red/yellow pin in this configuration scores 5 (red) + 10 (yellow, if owned via Toggle) = 15 points from one pin. Stacking a transparent-down cup preserves both scores (both halves remain visible). Stacking an opaque-down cup hides the upper half and drops you back to 5 or 10 from that pin.
What this means for the manipulator: placement orientation matters, not just cup orientation. If your gripper can rotate the pin so the higher-value half is on top before placement (e.g., the yellow half on a red/yellow pin when your alliance owns the toggle), you can double-dip on scoring. Whether to design for this is a tradeoff: a wrist or rotation mechanism on the pin gripper adds at least one motor port (counting against the 88W total cap, see R10a) and mechanical complexity. For most teams, the simpler approach — placing pins in whatever orientation the gripper happens to capture them — is fine. Consider rotation control only if you have motor budget headroom in Subsystem 3 and your scoring strategy specifically depends on yellow-half exposure for toggle conversion.
The 1+1 Possession Limit
The reveal video states explicitly: at any given time, each robot is only allowed to possess one cup and one pin. This is the central design constraint of Override and shapes every mechanism choice.
What this means in practice:
No magazine accumulators. A common pattern from past games — pick up many objects, drive once, score them all — is illegal here. You can hold one of each, period.
Sequence matters. If you pick up a cup first and then can't reach a pin, you have to stack the cup on a pin that's already been placed (yours or someone else's).
Pin must come first in the stack. A stack is "pin in goal + cup on top." Order is enforced by the geometry.
Most efficient cycle holds both before the trip. Architecture B (dual-grip) is the only way to score a complete pin+cup stack with one field traversal.
The Goal
9 goals total. The layout per the v0.1 manual: 4 quadrants each containing 1 alliance-colored goal + 1 short neutral goal, plus 1 tall neutral goal in the center midfield. Total = 4 alliance goals (2 red, 2 blue) + 4 short neutrals (one in each quadrant) + 1 tall center neutral = 9. All goals are octagonal.
Goal heights (manual glossary): alliance goals are 3.25″ (82.5mm) tall; short neutrals in quadrants are 5.8″ (146.5mm) tall; the tall center goal is 8.7″ (222.7mm) tall. Your manipulator's reach must accommodate the tallest goal you plan to score on.
No stacking limit. The reveal video says "there is no limit to the number of scoring elements that are allowed to be placed on a goal." You can keep stacking pin/cup pairs arbitrarily high. The v0.1 manual does not contradict this; no explicit limit appears.
AprilTags — pending verification. The reveal video stated AprilTags are mounted on all goals. The v0.1 manual does not mention AprilTags anywhere. Until verified by Q&A (system opens May 14, 2026) or by inspecting the game elements, design AprilTag-based autonomous as a planned capability rather than a confirmed feature. See AprilTags Deep Dive.
Still pending after v0.1: AprilTag presence and ID mapping (not addressed in v0.1), exact field placement geometry (in Appendix A figures, visual not text). Pin (73 g) and cup (78 g) masses were measured directly in May 2026 on a kitchen-grade food scale — v1.1 may publish official values for cross-checking. Most other dimensions are now resolved — pin and cup are both 6.5″ tall, goals are 3.25″ / 5.8″ / 8.7″. Q&A system opens May 14, 2026.
2 of 8
// Section 03
Four Architectures 📍
Side-by-side analysis of the three Override manipulator patterns. Pick by your team's building skill, motor budget, and match strategy.
📌 Quick Take
Four architectures, four trade-offs. A = simplest (one trip per piece), B = fastest (one trip per pair), C = compromise, D = forgiving (no precise driver alignment). Most rookie teams pick A.
Three manipulator architecture options: A (tower + 4-bar + V5 claw), B (tower + 4-bar + dual V5 claws for 1-trip stacking), C (cascade lift + V5 claw for tall center goal reach).
🎥 Background reading · community video
Before you read the architecture deep-dives below, the community Lift Types Explained video (10 min) covers the geometry of 2-bar, 4-bar, 6-bar, chain bar, non-parallel 4-bar, and DR4B lifts — the building blocks behind every manipulator architecture below. Has chapter timestamps so you can jump to whichever lift type matters for your decision.
Architecture A — Sequential Single-Grip
One universal manipulator. Picks up either object. Two trips per scored stack: trip one for the pin, trip two for the cup.
What it looks like
A single gripper at the end of an arm or lift. The gripper has to be designed to hold both a pin and a cup — usually with a compliant inner surface (foam, rubber, or articulating fingers) that conforms to whatever shape it's clamping. Common implementations: a wide V-jaw with rubber pads, a passive scoop with a one-way trap, or a paired-finger gripper with adjustable spacing.
Cycle sequence
Drive to pin source (loader, field tile, or driver station)
Grip pin
Drive to goal
Place pin
Drive to cup source
Grip cup — orient if needed (see Section 4)
Drive back to same goal
Stack cup on pin
When to pick this
Rookie team or first-year V5 build — build skill is the limiter, simplicity wins
Your robot's strategy emphasizes other systems (drivetrain, defense, endgame) and the manipulator is "just good enough"
You want to ship a working V1 fast and iterate to dual-grip in Phase B
You're short on motor ports for the rest of the robot
Spartan's V1 Hero Bot will likely use Architecture A. The team's "roller-changing arm" concept fits this pattern — one mechanism that handles both objects sequentially. Phase B teams can graduate to B or C.
Architecture B — Dual-Grip
Two specialized grippers, each on its own actuator. Pick up one of each, traverse once, place both.
What it looks like
The robot has two distinct grippers. The pin gripper is small, narrow, optimized for the pin's geometry. The cup gripper is wider, often with a contoured inner surface that captures the cup's hourglass shape. The two grippers are typically stacked vertically or side-by-side on the same lift assembly — they share the lift but each has its own grip actuator.
Cycle sequence
Drive past pin source — pin gripper engages
Drive past cup source — cup gripper engages
Drive to goal
Place pin first
Stack cup — rotate first if orientation is wrong
When to pick this
Experienced team that has built multi-mechanism robots before
Cycle time matters most for your strategy (high-volume scoring)
You have motor ports to spare (typically 2 grip motors + 1 lift = 3 mechanism ports)
Drivers can handle a more complex robot with more state to track
Architecture C — Hybrid Intake-and-Grip
A passive ground intake (rollers, compliant scoop, or chute) captures whichever object the robot drives over. An active grip extracts the captured object from the intake and places it on the goal. Object type is identified by an optical or distance sensor.
What it looks like
The bottom of the robot has an angled scoop or roller intake near the chassis floor. The robot drives over a pin or cup; the intake captures it and feeds it into a holding zone on the chassis. Above the holding zone, an arm with a single grip extracts and places. A sensor on the holding zone identifies whether it's a pin or cup, and the robot programs accordingly.
Cycle sequence
Drive over pin source — intake captures pin
Identify (sensor confirms it's a pin)
Drive over cup source — intake captures cup
Identify (sensor confirms it's a cup)
Drive to goal
Extract pin from holding zone, place on goal
Extract cup, orient, stack on pin
When to pick this
You want fast field-pickup without precise alignment (common in chaotic match flow)
You have programming bandwidth for sensor logic and state management
You don't have the build skill for two precision grippers (Arch B) but want better cycle time than Arch A
You want a competitive Phase B robot that simplifies pickup at the cost of some placement complexity
Architecture D — Continuous Roller-Pinch (Compression Intake)
Two opposed flex wheels mounted at the end of a lift arm, rotating inward to compress and grip a single element. The same wheel pair handles both pins and cups via a configurable gap (~1.65″ for the pin mid-section, ~1.50″ for the cup base) tuned for one element type per match. Reverse the motor to outtake.
What it looks like
Two 3″ flex wheels mounted on a single shared shaft system at the end of a 4-bar lift. Wheels rotate inward toward each other (gear-coupled from one motor). Robot drives over the element; the rollers grab the element at its mid-section as the lift descends. Lift carries the element to scoring height; reverse the motor to release into the goal. See override-intake-geometry for the Gap = S − D math and 3″ vs 2″ flex wheel trade-offs.
Architecture D schematic. Side views show the 4-bar in intake (left) and score (right) positions. Front view details the roller assembly with gear coupling, motor mount, and configurable gap that handles either pins or cups. Designed to be built from stock VEX C-channels with one motor — minimum custom parts.
Cycle sequence
Drive over pin (or cup) source — rollers grab the element automatically as the wheels rotate inward
Lift the arm; element stays compressed between the rollers
Drive to goal; element held throughout the trip
Position over goal; reverse motor; element drops onto goal
Repeat for the second element type (pin then cup, or cup then pin)
When to pick this
Your team prioritizes pickup speed and driver simplicity over peak cycle count
Strategy emphasizes dense pin-cycling within a single quadrant rather than full-field pin-then-cup runs
Rookie-friendly — grip alignment is forgiving (rollers grab as the robot drives over the element, no precise positioning required)
You're willing to budget flex wheel replacement as part of mid-season maintenance (rubber wears with use)
You don't need a top-down rim grip on cups (compression at the cup base works but is less reliable than claw-on-rim approaches)
Architecture E — Pneumatic Side-Grab (Cup-Optimized) · new May 2026
⚠️
Architecture D was prototyped first; field-testing surfaced reliability issues with cups. Specifically: (1) reverse-to-release adds 150-300ms vs ~30-50ms for a pneumatic release; (2) single-axis horizontal pinch lets cups rotate around the vertical axis and walk out under defensive contact or during robot acceleration; (3) hourglass cups don’t compress to the same diameter at every height, so “configurable gap tuned per match” is a competitive liability. Architecture E retains roller compression but flips the geometry to side-grab around the cup’s waist, fixing all three issues for cup handling. Architecture D may still be a good fit for pin-only strategies.
Architecture E uses two opposed flex wheels mounted on scissor arms that compress the cup at its waist (around the full perimeter, not just top-and-bottom). A pneumatic cylinder spreads the arms to release; a return spring holds them closed by default. Default-closed = if you lose air pressure, you still hold the cup.
Architecture E top view. Closed state (left, green): wheels compressed around cup waist with ~10 N grip force per side. Open state (right, red): pneumatic cylinder extended, wheels spread to 1.75″ gap, cup falls free. Single-acting cylinder is spring-default-closed for safety on pressure loss.
Compression force calculation
For a cup of mass m = 78 g (Measured value, May 2026 — see payload-design for source and methodology) with waist diameter 1.5″:
Wheel durometer
Friction μ on plastic cup
Required normal force per wheel (78 g cup, 10× safety factor)
Black (65A) — hard
~0.3
25.5 N (~5.7 lbf)
Dark gray (45A) — medium← recommended
~0.5
15.3 N (~3.4 lbf)
Light gray (35A) — soft
~0.8
9.6 N (~2.1 lbf)
⚙
Update note (May 2026). The recommended 0.125″ compression at 1.25″ gap delivers ~10 N grip force per side — below the 15.3 N target for a 10× safety factor at 78 g. Static + typical dynamic load is still well covered (~6.5× SF), but if you observe slip during practice, step up to 0.1875″ compression (1.125″ gap) for ~15 N per side and the full 10× SF. Cup wear becomes a concern only after many hundreds of cycles at this compression depth. See payload-design for the full grip-force derivation and dynamic-load math.
Why dark gray (45A), 3″ diameter
Why not light gray (35A)? Highest grip but soft compounds wear faster against repeated cup contact and tend to grab too aggressively at first contact — rollers can briefly trap a cup before fully seating it, causing misalignment. Vulnerable to defensive contact.
Why not black (65A)? Most durable, lowest grip on smooth plastics. You can compensate with higher compression but you’re fighting the material — risk of slipping under dynamic load is real.
Why dark gray (45A)? Goldilocks zone. μ ≈ 0.5 on cup plastic, deforms predictably (~2.5 lbf for 1/4″ compression at 3″ diameter), durable enough for full season. Most common pick on top V5RC bots for similar mechanisms.
Why 3″ diameter (vs 2″ or 4″)? Contact patch grows roughly with √(diameter × compression) — 3″ gives ~40% more grip area than 2″ at the same compression depth. 4″ is heavy and creates packaging problems on a Clawbot or compact V1. 3″ is the sweet spot for hand-sized elements.
Compression depth target
For dark gray 3″ flex wheels gripping a 1.5″-waist cup:
Wheel-to-wheel gap
Compression per side
Grip force per side
Behavior
1.50″
0″ (just touching)
~0 N
Cup falls out
1.375″
0.0625″ (1.6 mm)
~5 N
Light grip, may slip on contact
1.25″← recommended
0.125″ (3.2 mm)
~10 N
Secure grip, no damage
1.125″
0.1875″ (4.8 mm)
~15 N
Aggressive grip, may damage cup over time
1.00″
0.25″ (6.4 mm)
~20 N
Too much — cup deformation risk
Pneumatic cylinder selection
For 0.5″ required arm spread at <5 lbf force needed:
VEX cylinder
Stroke
Force at 100 PSI
Verdict
0.5″ stroke single-acting
0.5″
~44 lbf
Too tight — no margin for design adjustments
1.0″ stroke single-acting← recommended
1.0″
~44 lbf
2× margin on stroke, plenty of force
2.0″ stroke double-acting
2.0″
~44 lbf
Overkill, packages awkwardly
Configuration: single-acting, normally extended (= closed/gripping by spring), air pulse retracts to release.
Default closed = grip — lose pressure and you still hold the cup. Safer.
Single-acting — half the air consumption of double-acting. With V5RC’s limited air budget, this matters.
1″ stroke gives geometric margin if the team needs to adjust arm geometry mid-season.
Scissor arm geometry
Front arm length (pivot to wheel center): 4″ — gives space for wheel mounting and clearance
Back arm length (pivot to piston attachment): 4″ — equal length means 1:1 motion ratio (0.5″ piston travel = 0.5″ wheel spread)
Pivot angle change (closed → open): ~3.6° per arm — small, no stress on the pivot
Piston-to-arm attachment: clevis joint at the back end of each arm
Cycle sequence
Approach loader with arms open (cylinder extended, wheels at 1.75″ gap)
Position cup between the wheels at the correct height for the loader
Vent the cylinder — spring snaps arms closed, wheels compress cup at 1.25″ gap (~30-50 ms)
Drive to goal; cup held throughout the trip even on defensive contact
Position over goal; pulse the cylinder — arms open, cup drops onto goal
Cylinder vents again, spring re-closes arms ready for next cup
When to pick this
Strategy emphasizes cup cycling as the primary scoring mechanism
Team has working pneumatics knowledge (or is willing to learn — less complex than other pneumatic systems but still requires care)
Driver wants fast release timing (pneumatic ~30-50ms vs roller-reverse ~150-300ms)
Robot has air budget — budget for ~50-80 release cycles per match on a single 100 PSI tank
Defensive matches expected — the side-grab is much more resistant to walkout than top-pinch
Caveats
Cup mass estimate (50 g) is approximate. Verify against the actual Override element. If cups are 80-100 g, tighten the closed-gap setpoint to ~1.18″ for the same 10× safety margin.
This is cup-optimized. Architecture E doesn’t handle pins well — pins are smaller diameter and want a different grip geometry. Teams running pin-heavy strategies should stay with Architecture D or the original A/B/C variants.
Pneumatics add a failure mode: leaks, regulator issues, valve sticking. Teams new to pneumatics should expect 1-2 sessions debugging air-system issues before reliable operation.
Decision Matrix
Question
Arch A (Single)
Arch B (Dual)
Arch C (Hybrid)
Arch D (Roller-Pinch)
How many motor ports for the manipulator?
1
2
2
1
Build complexity (1=easy, 5=hard)
2
4
3
2
Programming complexity (1=easy, 5=hard)
2
3
4
2
Average cycle time per pin+cup stack
Slowest
Fastest
Medium
Fast pickup, sequential transport
Pickup precision required
High
High
Low
Low
Driver workload
Lowest
Highest
Medium
Lowest
Prototype risk if first attempt fails
Low — easy to fix
High — redesign costs time
Medium
Low — few moving parts
Mid-season maintenance burden
Low
Medium
Medium
Higher (flex wheel wear)
For Spartan's 6-team program with mixed experience levels, the recommendation depends on team-by-team skill: rookies to Architecture A or D, experienced returners to B or C. Cross-team consistency is less important here than for the drivetrain — teams can have different manipulator architectures without breaking shared learning. Architecture D is a particularly strong fit for rookie squads inheriting V1 hero bots after the 8th-graders graduate, since the forgiving pickup makes driver onboarding faster.
3 of 8
// Section 04
Cup Orientation 🔲
The opaque/transparent problem. Why it matters for scoring and how to solve it mechanically.
📌 Quick Take
Cups have a clear side and an opaque side. If you place a pin on the opaque side, the color doesn't score. Solve it: rotate the cup as you grip it, or use an optical sensor to detect orientation before placement.
Why Cup Orientation Matters
The reveal video is explicit: "placing a pin into the opaque side of a cup prevents that color from being scored." This means a cup placed wrong-way-up on a pin is the same as not placing a cup at all (from a scoring standpoint). Worse, if you do this on every cup placement, you score zero points from your cup work for the entire match.
Your manipulator must do one of three things to handle this:
Always pick up cups in a known orientation — if cups always come out of the loader transparent-side-up, then your gripper just maintains that orientation through placement. Easiest solution.
Detect orientation, rotate if wrong — sensor identifies opaque vs transparent side, gripper rotates the cup before placement if it's wrong. Most robust but most complex.
Always rotate to a known state — gripper always rotates the cup 0 degrees or 180 degrees before placement to match a fixed reference. Simpler than detection but assumes you know the starting orientation.
🤖
Concrete build path for Options 2 & 3: the V5 Super Clawbot conversion guide documents exactly this mechanism — a dedicated wrist motor (Port 8) at the end of the forearm that rotates the gripper 180° for cup orientation correction. The analysis there quantifies the gain: 20–40 seconds saved per match compared to the drop-and-re-grip approach a wristless robot has to use. See super-clawbot-v5-conversion → Arm Geometry for motor budget, range-of-motion, and the cup-orientation problem analysis. The wrist is the killer feature of the articulated arm design for Override.
Which option you pick depends on how cups are presented to your robot. We don't yet know the loader mechanics from the manual — if loaders deliver cups in a known orientation, Option 1 works. If cups can come from the field in any orientation (e.g., descored from another team's goal), Option 2 is necessary.
Detecting Cup Orientation
Two viable sensor approaches:
Optical sensor (V5 Optical 276-7405). Mount facing the cup's grip area. Detects color/brightness difference between opaque and transparent sides. The transparent side will read as "ambient" (whatever is behind the cup); the opaque side will read as the cup's solid color. Tunable threshold determines orientation. See Optical Sensor Deep Dive.
Distance sensor. Mount facing the cup's grip area. The transparent side passes some IR light through; the opaque side reflects more. Distance reading differs between the two sides. Less reliable than optical for this specific case.
Optical is the standard answer here. It's purpose-built for color/material discrimination and the opaque/transparent distinction is exactly the kind of contrast it was designed for.
Rotating the Cup
If your sensor detects the cup is wrong-way-up, your gripper needs to flip it. Three implementation patterns:
Wrist Motor (continuous rotation)
A small motor (5.5W or 11W with green cartridge) rotates the gripper itself around its wrist axis. Software commands a 180° rotation when the sensor reports wrong orientation.
Pros: Precise. Continuous rotation supports any starting angle. Can correct partial misalignments.
Cons: Adds a motor port. Wiring routes through a rotating joint (hard).
Pneumatic Wrist Flip
A double-acting pneumatic cylinder rotates the gripper between two fixed positions (0° and 180°). Single button or auto-trigger flips it.
Pros: Fast. No motor port consumed. Two discrete positions are usually enough for orientation.
Cons: Requires pneumatics infrastructure (compressor, tank, solenoid). Air budget must account for flip frequency.
Pre-Pickup Orientation
Don't flip after pickup — flip before. Sensor detects orientation while the cup is still on the field or in the loader; the robot approaches from the side that captures the cup correctly. No moving rotation mechanism.
Pros: Simplest mechanically. No rotation hardware. No motor port.
Cons: Requires drive precision to approach from the correct side. May not work if the cup is moving or in a constrained loader.
Defensive Cup Placement
The flip side of the orientation rule is that you can deliberately place a cup wrong-way-up over an opponent's pin to hide its color. The v0.1 manual narrows where this is legal:
On neutral goals (5 of 9 goals): placing a cup over an opponent's pin is legal — placing is not removing. Wrong-way-up cup placement here is a real defensive play.
On opposing alliance-colored goals: illegal. Per SG9, robots may not directly or indirectly interact with opposing alliance-colored goals at all — placing OR removing.
On your own alliance-colored goals: moot. Opponents shouldn't have pins there in the first place (SG9 protects your goals from them too).
So the defensive play exists, but it's scoped to neutral goals. The implementation is the same hardware as orientation correction — just used inverted. The driver or autonomous routine needs a mode that deliberately flips cup orientation when scoring on a neutral goal where the opponent has already placed.
Note SG10 also blocks the symmetric move: you cannot remove an opponent's pin from a neutral or opposing goal. Your defensive options are limited to adding on neutral goals, not subtracting anywhere.
Verify with the Q&A. The SG9 / SG10 reading above — defensive wrong-way-up cup placement legal on neutral goals, illegal on opposing-alliance goals — is our interpretation of the v0.1 manual. The official VEX Q&A system opens May 14, 2026. Post the question there before designing match strategy around defensive cup placement, and update this page when a ruling comes back.
4 of 8
// Section 05
Sensors & Vision 🔮
Vision sensors for object/toggle ID. Optical for cup orientation. Distance for goal alignment. AprilTag-on-goals claim from the reveal video is not yet confirmed in the v0.1 manual — this section reflects that.
📌 Quick Take
Three sensors solve specific problems. AI Vision = identify pins, cups, AprilTags. Optical = cup orientation (clear vs opaque). Distance = goal alignment for autonomous scoring.
Vision & AprilTags — pending
The Override v0.1 manual does not mention AprilTags anywhere in its 163 pages. The reveal video stated AprilTags are mounted on all goals; the manual neither confirms nor denies. Until verified via Q&A (system opens May 14, 2026) or by inspecting the game elements when they arrive, treat AprilTag-based autonomous as a designed-for capability rather than a confirmed feature.
What the manual does say (GDC philosophy letter, p13–14): "Tools like AI Vision Sensors and Optical Sensors can help your Robot: Identify objects, Interact with Toggles, Navigate the Field." So the AI Vision Sensor (276-8659) is GDC-recommended for object identification and toggle interaction regardless of AprilTag status — you can use color-blob detection, shape recognition, or AprilTag detection depending on what the field actually provides.
If AprilTags are confirmed, the AI Vision Sensor reads up to 38 distinct IDs (numbered 0–37) within a ~73° field of view. Tag-to-goal mapping would need to be discovered or published.
Recommended posture: design the manipulator's programming to support both AprilTag-based and color/shape-based alignment, with AprilTag as the preferred path if confirmed. See AprilTags Deep Dive for integration patterns.
Optical Sensor for Cup Orientation
As discussed in Section 4, the V5 Optical Sensor (276-7405) is the right tool for opaque/transparent discrimination. Mount it inside the cup gripper, facing the inner surface of the captured cup.
Tuning:
Brightness threshold — transparent side reads through to ambient/whatever is behind; opaque side reflects bright cup color. Set threshold based on your specific cup color and ambient lighting.
Calibration ritual — before each match, run a calibration that captures the "clearly opaque" reading and the "clearly transparent" reading. The midpoint is your threshold.
Multi-sample averaging — take 5–10 readings and average. Single readings can flicker due to ambient light changes; averaged readings are stable.
Distance Sensor for Goal Alignment
For close-range goal alignment (the last 6″-12″ before placement), a distance sensor often beats vision. Mount one facing forward on the manipulator. Drive to within sensor range of the goal, then close the loop on distance:
Coarse approach: AprilTag-based heading and approximate distance via vision.
Fine approach: distance sensor confirms exact distance from manipulator face to goal rim.
Place: motor commands placement only when distance is in a tight tolerance (e.g., 2″ ± 0.5″).
This is the standard sensor stack for VEX manipulators that need both global navigation and local precision.
Color Sensor for Pin Identification
If your manipulator picks up pins one at a time and you want to identify which pin you're holding (for strategic decisions: e.g., is this a red/blue dual or a yellow/yellow?), a color sensor on the gripper interior reads the pin's color combination.
This is optional. Many teams skip it and let the driver visually verify before pickup. Depends on your cycle time and driver workload tolerance.
Sensor Stack Summary
For a competitive Override manipulator, the typical sensor configuration is:
What to prototype first, what to add later, and how to test as you build.
📌 Quick Take
Build the simplest grip first, even if you plan a complex final design. Test it with real pins/cups before adding complexity. You will rebuild this 3+ times before competition — plan for that.
The temptation with manipulators is to build the whole thing at once. Don't. Override's manipulator has at least three independent design problems (pin grip, cup grip, orientation control) and stacking them all at once means you can't debug any of them. Build in stages, test at each stage.
1
CAD the pin and cup geometries first. Use parametric models with adjustable dimensions. The pin is a tapered hex prism: 3.16″ (80 mm) widest base, 1.40″ (35.6 mm) narrowest neck, 6.50″ (165 mm) tall. The cup is an hourglass: 3.16″ (80 mm) rim, 2.32″ (59 mm) base, 6.48″ (165 mm) tall, with one transparent half and one opaque half. Build placeholder CAD now — full sketch profiles, dimensions, and STEP export are in onshape-game-elements. For manipulation-focused dimensions (pin/cup side-by-side, taper implications for intakes), see override-intake-geometry. Replace placeholder CAD with VEX official CAD when published.
2
Prototype a single grip on either object. Don't try to grip both yet. Pick whichever is mechanically easier (probably the pin) and build a working grip in isolation. Mount it on a stationary fixture, not the robot. Test grip force, release reliability, and self-centering behavior.
3
Mount the working grip on a basic arm or lift. Now test it on a moving robot. The gripper that worked on a fixture will fail in different ways during driver-control turns and accelerations — finding those failure modes early is the point.
4
Add the second grip. If you're going Architecture B, build the cup grip now. If you're going Architecture A, evolve the single grip to handle both objects. Test pickup & release on each.
5
Add cup orientation handling. Either pre-pickup approach logic (drive control), in-grip rotation (motor or pneumatic), or sensor-based detection. Test on a stationary cup; verify your robot consistently places it transparent-side-up.
6
Add scoring sensors. AprilTag for goal ID. Optical for cup orientation if not using pre-pickup logic. Distance for final alignment if needed. Test each sensor in isolation, then combined.
7
End-to-end cycle test. Pick up pin, drive, place. Pick up cup, drive, stack. Time the full cycle. If it's longer than 8 seconds, look for what's slow — that's your next iteration target.
8
Defensive robustness test. Have a teammate try to disrupt your robot during a cycle. Do they knock the pin or cup loose? Does the gripper survive contact? Defensive contact is part of every match — design for it.
6 of 8
// Section 07
Failures & Tuning ⚠
Five Override-specific manipulator failure modes and how to fix them.
📌 Quick Take
The five most common failures: cup tips off mid-travel, pin slips out, gripper jams between pin and cup, cup orientation flips during grip, and arm sags under loaded weight. Each has a specific fix.
Cup Drops During Travel
Robot picks up the cup successfully, but mid-drive (especially during turns), the cup slips out of the gripper. Score lost.
Fix: the cup's hourglass shape means it has limited points of friction contact with a flat-faced gripper. Add compliant material (foam, rubber) lining the gripper's inner faces. If the cup is still dropping, switch from grip-by-friction to grip-by-shape — wrap the gripper around the narrow waist of the hourglass.
Pin Goes In Wrong Side of Cup
Robot places pin and stacks cup successfully, but the pin's color is hidden because the cup is opaque-side-down. Zero points scored.
Fix: this is the cup orientation problem from Section 4. Either add an optical sensor with rotation correction, use pre-pickup orientation logic, or implement always-rotate-to-known-state mode. Without one of these, you score zero points from cups.
Stack Topples Mid-Score
Robot places pin successfully, but when stacking the cup, the previous stack topples or the new stack misaligns. Multiple cups/pins fall off the goal.
Fix: placement precision matters. Add a distance sensor for final alignment. Reduce drive speed during the final 6 inches of approach. Make sure the gripper releases at exactly the right height — releasing too high causes the cup to drop and topple.
Manipulator Won't Reach Tallest Goal
The robot can score on neutral and short goals, but the tallest goal is just out of reach. Strategy locked out from a major scoring zone.
Fix: CAD the manipulator's reach against confirmed goal heights (post-manual). If reach is short, options are: extend the lift, add a 2-stage cascade lift (see Cascade Lift Deep Dive), or switch to DR4B (see DR4B Deep Dive) for compact tall reach.
Robot Holds Two Cups (Or Two Pins)
Robot accidentally captures a second pin or cup while still holding one. Possession violation. Penalty.
Fix: the 1+1 limit is a rule, not a guideline. Your intake or grip mechanism must mechanically prevent capturing a second of either object while holding one. Options: gate the intake closed once an object is captured, position the second-grip out of contact range until the first slot is free, software lockout on intake motor based on holding-zone sensor.
Match-Day Tuning Sequence
Calibrate optical sensor against ambient lighting at the venue. Field lighting differs from your build space.
Verify AprilTag detection at the actual goal positions. Some venues have lighting that makes tag detection unreliable.
Test grip force with a fresh battery. Battery sag during practice can hide grip force issues that emerge mid-match.
Time a full cycle in match conditions. Cycle time longer than 8 seconds means you score 8–10 stacks per match instead of 12–15. Look for what's slow.
Practice cup orientation correction as a separate skill. Have a teammate hand you cups in random orientations; verify your robot always places transparent-side-up.
7 of 8
// Section 08
STEM & Notebook 📚
What this mechanism teaches, what to write in your engineering notebook, and how to talk about it with judges.
STEM Highlight — Engineering Tradeoffs
⚙ STEM Highlight
The Override manipulator decision is a clear example of engineering tradeoffs — the engineering principle that you usually can't get everything you want at once. Each architecture trades one thing against another:
Architecture A trades cycle speed (slower) for simplicity (easier to build). Architecture B trades simplicity (more complex) for cycle speed (faster). Architecture C trades both partially — faster pickup at the cost of programming complexity. There's no single "best" answer because the right choice depends on what your team values most.
Engineers face this constantly. A faster car uses more fuel. A lighter phone has less battery life. A cheaper material is less durable. Recognizing the tradeoff and choosing deliberately — rather than pretending one answer is always right — is what good engineering looks like. The decision matrix in Section 3 is what real engineers use to make these choices: list the things you care about, score each option, pick the one that wins on the things that matter most to you.
Interview Talking Points
How we picked our architecture: "Override has a 1-cup-and-1-pin possession limit, so we couldn't use a magazine accumulator. We had to choose between three patterns: a single grip that handles both objects (slower but simpler), two specialized grips (faster but more complex), or a hybrid intake design. We went with [your choice] because [your reasons]. The tradeoff was [what you gave up]."
The cup orientation problem: "The cup has an opaque side and a transparent side. If we place a pin into the opaque side, the pin's color doesn't score. So the manipulator has to control cup orientation. You can use [optical sensor / pre-pickup approach / pneumatic flip] to make sure every cup we place has the transparent side toward the pin. Without this, we'd score zero points from our cups."
Why our choice fits our team: "We're a [first-year / experienced] team with [N] motor ports available after the drivetrain. Our match strategy emphasizes [cycle speed / defense / endgame]. Architecture [A/B/C] fits our skill level and strategy because [your reasoning]. If we were a different team, we might pick differently — that's the point of an engineering decision matrix."
Check for Understanding
Your team picks Architecture A (single grip) for V1 to keep things simple. The robot scores reliably but cycle time is 11 seconds per pin+cup stack. Average matches score 8 stacks. What's the most likely first upgrade for Phase B?
Switch to red cartridges for higher torque on the gripper motor
Add a second specialized grip (move toward Architecture B) so each cycle is one trip instead of two
Buy a faster motor to spin the existing grip faster
Add a third possession slot to hold more pins
Why: The bottleneck in Architecture A is the two field traversals per stack. Switching to dual-grip cuts that to one traversal — potentially halving cycle time. A faster motor doesn't help because the gripper isn't the slow part; the drivetrain traversal is. Higher torque doesn't help unless the gripper is failing to grip (it's not). And adding a third possession slot is illegal — the 1+1 rule is a hard rule.
What to Put in Your Engineering Notebook
The architecture decision matrix. Show the comparison from Section 3. Write down the team values you weighted. Show why the chosen architecture won.
Cup orientation sensor calibration data. Optical sensor readings for opaque side vs transparent side, your threshold, how it differed across lighting conditions. Numbers and graphs are notebook gold.
Cycle time evolution. Track cycle time as you iterate. The graph that shows 14 sec → 11 sec → 8 sec across iterations is exactly what judges want to see.
Failure log. Every time the manipulator failed during testing, note what happened, what you changed, and whether it worked. This is the "iteration" story judges look for.
The 1+1 possession limit constraint. Document how you ensure the robot doesn't accidentally exceed the limit. This shows judges you read the rules carefully.
Open your team notebook and write the corresponding entry. This guide produces evidence for the ■ Gold (Brainstorm) phase of the EDP. Sketch all four manipulator architectures you considered (A, B, C, D), fill in the decision matrix with your team's weighted criteria, and write the conclusion explaining why you picked your specific architecture. Include the discarded alternatives — judges look for evidence that you considered options before building. See notebook-start for the entry-format checklist.