🏆 Competition Strategy

AWP & Robot Skills

Two of the highest-leverage paths to qualifying — and the ones most teams leave completely untapped. This guide covers both from first principles to competition strategy.

1
AWP
2
Skills Rank
3
Route Design
4
Driver Skills
5
Run Tracker
// Section 01
The Autonomous Win Point — What It Is and Why It Matters
The AWP is a single bonus win point awarded per match. It sounds small. The math shows it is one of the most valuable points in the entire tournament.
🌟
Quick definition: An Autonomous Win Point (AWP) is an extra win point awarded to each team in an alliance that completes all game-manual-defined AWP tasks during the autonomous period. Both alliances can earn one in the same match — it is not competitive with your opponent, it is independent.

Why One Extra Win Point Is Huge

In qualification rounds, teams are ranked by Win Points (WP). A normal match win gives 2 WP. An AWP gives 1 additional WP, bringing a win to 3 WP. That one extra point compounds across every match you earn it.

+1
WP per AWP earned
Awarded to each team in the alliance that completes the AWP tasks
Both
Alliances can earn it
AWP is not zero-sum — your opponent earning theirs does not affect yours
△Seed
Affects alliance selection
Higher WP rank = better choice of alliance partners in elimination rounds
Worlds
Seeding at championship
Division seeding at Worlds uses total AWP earned across all qualification matches

A Team That Earns the AWP Every Match vs One That Does Not

Assume a team wins 7 matches and loses 1 in qualifications. Compare two scenarios:

No AWP
7 wins, 1 loss
7 wins × 2 WP14 WP
1 loss × 0 WP0 WP
AWP earned0
Total WP14 WP

Same win-loss record. The team earning AWPs consistently has 50% more win points — which means a dramatically better seeding position for alliance selection.

What the AWP Tasks Actually Are

⚠️
AWP tasks change every season with the new game. Always read the current game manual — Section SC (Scoring) defines the AWP conditions precisely. The tasks are usually achievable by a single robot and involve completing the autonomous period with a specific game element scored or a specific field condition met.

When the new season launches, your first autonomous design meeting should answer: what exactly are the AWP conditions this year, and can we reliably meet them in 15 seconds? That question should be answered before any other autonomous design decision.

AWP Reliability is More Important Than AWP Difficulty

Teams sometimes over-engineer their AWP routine by trying to score high and earn the AWP in the same 15 seconds. This is the wrong approach when you are learning. A simple, 90% reliable AWP routine is worth more expected win points than a complex 50% reliable one that also scores higher.

🆕 Expected Value Calculator — AWP Reliability
Route A — Points Scored
Route A — Reliability %
Route A — Expected Pts
12.6
Route B — Points Scored
Route B — Reliability %
Route B — Expected Pts
11.0
Expected points = scored × (reliability / 100). The higher EV route is the better competitive choice.
// Section 02
The Robot Skills Challenge
Skills is a separate qualification path that many teams ignore entirely. That is a mistake — it is one of the most direct routes to State and Worlds bids.
🏆
Skills = a separate ranking system that qualifies independently to State and Worlds. Your Skills rank is calculated from your best Programming Skills score plus your best Driver Skills score from the same event. It does not matter how your team did in regular qualification matches.

Two Types of Skills Matches

Autonomous Coding Skills
1 robot, 1 minute, autonomous only
No driver input allowed. Your autonomous program runs for a full minute and tries to score as many points as possible. You get multiple attempts at each event — only your best score counts.
Driver Skills
1 robot, 1 minute, driver controlled
One driver, one minute, no partner robot. You get the whole field to yourself. This rewards robot efficiency and driver skill more directly than any qualification match.

How the Skills Score is Calculated

Your Skills rank at an event uses: best Programming Skills score + best Driver Skills score from the same event. These must be from the same event — you cannot combine your best programming score from one event with your best driver score from another.

💡
Strategy implication: at each event, try to set both your Programming and Driver Skills personal bests on the same day. If you set a great driver run at event 1 but skip programming, you cannot use that driver score with your later programming score from event 2.

Why Skills Ranks Independently — and Why That Matters

Teams that struggle in qualification matches — because of a difficult schedule, getting paired with weak alliance partners, or early mechanical issues — can still earn a State or Worlds bid through Skills. This is a real backup path that teams should pursue actively, not as an afterthought.

Minimum viable strategy: at every single event, run at least one Programming Skills attempt and one Driver Skills attempt. Even a modest score keeps your options open and earns Think Award eligibility. Teams that skip Skills entirely are leaving a qualification path on the table at every event.
// Section 03
Designing a Programming Skills Autonomous
A Skills autonomous is fundamentally different from a match autonomous. It has a full minute, the whole field, no opponent, and a completely different scoring strategy.

Key Differences: Match Autonomous vs Skills Autonomous

Factor Match Autonomous (15 sec) Skills Autonomous (60 sec)
Duration15 seconds60 seconds — 4x longer
Field accessHalf field — opponent presentFull field — no opponent
GoalScore bonus + AWP tasksMaximize total score
PositioningAlliance-specific (red/blue)Same start each attempt
Odometry valueHelpful for accuracyEssential — long routes drift without it
Route complexityShort, 2–4 movementsLong, multi-zone, 10+ movements

The Four-Phase Skills Route Structure

Top Skills autonomous runs follow a predictable structure. Build your route in this order — each phase can be developed and tested independently.

  1. Phase 1 — Near-zone harvest (0–15 sec): score all elements within two robot-lengths of your starting position. This is identical to your match autonomous. If this phase works, you already have a match-ready autonomous and a foundation for Skills.
  2. Phase 2 — Mid-field push (15–35 sec): navigate to the center of the field and score the highest-value elements there. This requires odometry to maintain accurate heading after multiple turns.
  3. Phase 3 — Far-zone cleanup (35–52 sec): score any remaining elements on the opponent's side of the field. This is the riskiest phase — consider whether the time investment returns enough points.
  4. Phase 4 — End-game position (52–60 sec): if the game has a climbing or parking element, reserve the last 8 seconds to execute it. End-game points are usually high-value and time-certain.
💡
Build incrementally. Get Phase 1 working at 95% reliability before starting Phase 2. A four-phase route that crashes halfway through scores less than a two-phase route that completes every time. Add phases only when earlier phases are solid.

Why Odometry Matters Much More for Skills

In a 15-second match autonomous, small heading errors do not compound much. In a 60-second Skills run crossing the entire field, a 2-degree heading error accumulates into a 6-inch position error by the time you reach the far zone. Without odometry correction, long-range Skills runs drift unpredictably between attempts.

If your team has not built odometry yet, see the Odometry guide and Odom Pod Build. Odometry returns more competitive value in Skills than anywhere else.

// Section 04
Driver Skills Strategy
Driver Skills gives one driver one minute, the whole field, and no defensive opponent. This format heavily rewards route planning and consistency over raw speed.

Driver Skills is Not Just Practice — It Has Its Own Strategy

Teams that approach Driver Skills as "drive around and score whatever you can" leave significant points on the table. The top Driver Skills scores come from teams that have a pre-planned route, practice it until it is muscle memory, and execute it consistently under the added pressure of an official run.

Planning a Driver Skills Route

  1. Map all scoring elements on paper first. Draw the field and mark every game element. Assign a point value to each. Total the maximum possible score — this is your ceiling.
  2. Design a route that minimizes dead travel. Every second spent driving without scoring is wasted. The best routes are loops or sweeps — not back-and-forth zigzags.
  3. Time each segment. Walk through the route on paper and estimate how long each segment takes. Add them up. If your planned route takes 80 seconds, cut the lowest-value segments until it fits in 60.
  4. Identify the high-value targets. Not all scoring elements are equal. Prioritize the highest-value elements early in the route while your driver is freshest and before time pressure builds.
  5. Plan for end-game. If the game has a climbing or parking element worth significant points, build the last 8–10 seconds of the route around it.
💡
The consistency principle: a route your driver can execute at 90% reliability is worth more expected points than a more ambitious route at 60% reliability. Calculate the expected value of your route before committing to it.

What to Do With the Entire Field

In a qualification match, you share the field with a partner and two opponents — your robot covers roughly one quarter to one half of the field. In Driver Skills, you have the whole field. Most teams do not take full advantage of this. The design question is not "where do I score?" but "in what order do I visit every zone to maximize points per second?"

Communication Between Driver and Coach During Skills

Unlike a qualification match where there is no coaching allowed from the field, in Driver Skills the coach can stand at the field boundary and call out time and targets. Establish a system before the event:

// Section 05
Skills Run Tracker
Log every Skills attempt across the season. Progress saves automatically. Use this to identify trends, track personal bests, and plan what to improve before each event.

Programming Skills Log

Autonomous Coding Skills
DateEvent / PracticeScorePhase ReachedNotes
Personal Best:

Driver Skills Log

Driver Skills
DateEvent / PracticeScoreRoute PhaseNotes
Personal Best:

Pre-Event Skills Checklist

Before Skills attempts
⚙ STEM Highlight Mathematics: Rankings, Scoring Systems & Optimization
Skills scoring is a single-objective optimization — maximize one number in 60 seconds. Match autonomous is multi-objective: maximize points AND win the AWP AND not conflict with your partner. Understanding the structure of each scoring system helps you allocate practice time correctly. The skills leaderboard is also a global ranking — your score is compared against every team in your region and worldwide, making consistency across multiple attempts a statistical strategy.
🎤 Interview line: “Skills optimization is different from match strategy. Match autonomous is multi-objective — points, AWP, partner coordination. Skills is single-objective: maximize score in 60 seconds. We analyze points-per-second for each action to prioritize our route, which is an optimization problem similar to the Travelling Salesman Problem.”
🔬 Check for Understanding
In Skills, Action A scores 5 pts and takes 3 seconds. Action B scores 3 pts and takes 0.8 seconds. Which should you prioritize in your route?
Action A — it scores more points total
Action B — it has higher points-per-second (3.75 pts/s vs 1.67 pts/s)
Both equally — only total points matter
Neither — you should focus on end-game actions only
Related Guides
🏆 Auton Strategy → 🎮 Driver Practice → 🏁 Match Day Guide →
← ALL GUIDES