Skip to content
Business, Operations & Fundraising·Lesson 39 of 49

Mini-Project 5: A Competition Travel & Logistics Planner

Build a travel budget and logistics planner for an away event, including per-student cost, lodging, food, transport, and a packing/load-out checklist that survives real competition chaos.

Sign in to track progress, earn XP, and save lessons.

Travel is the single most variable line in an FRC budget — FIRST's published median is $3,500 for district teams, $8,000 for regional teams, and $28,000 for teams outside North America. A real planner keeps an away event from blowing your season budget.

Step 1 — Per-student cost model. Create a Travel tab. Inputs in one block: # students, # mentors, # nights, # hotel rooms, cost/room/night, # vehicles, fuel or rental cost, meals/person/day, event registration (the $3,000 additional-regional fee if this is a second event). Then compute:

Lodging      = rooms * nights * cost_per_room
Meals        = (students + mentors) * (nights+1) * meals_per_day
Transport    = vehicles * fuel_or_rental
Total        = Lodging + Meals + Transport + Registration
Cost/student = Total / students

The Cost/student number is what you communicate to families and what you must avoid turning into an individual fundraising account (a tax trap covered in the Troubleshooting module — the team pays travel from general funds, not per-family quotas).

Step 2 — Rooming list. A second block assigns students to rooms with chaperone coverage. Hotels and FIRST youth-protection expectations require adult coverage; a clear rooming list printed before departure prevents lobby chaos at 11 PM.

Step 3 — The load-out checklist. The most expensive travel mistake is arriving without the robot battery charger or the laptop with deploy code. Build a Pit Pack checklist with categories: robot & spares, tools, electronics & laptops, batteries & chargers, pit display & banner, safety/PPE, paperwork (inspection checklist, medical forms), and team comfort. Make it a reusable checklist you print and physically check off as the trailer is loaded.

Step 4 — A timeline. Add an hour-by-hour Day Plan: load-out time, departure, hotel check-in, pit setup window, practice match, qualification matches, alliance selection, playoffs, tear-down, departure home. Map this against the event schedule once it is published.

Step 5 — Contingency. Add a 10% contingency line. Something always costs more — a blown tire, an extra hotel night for late playoffs, a forgotten tool bought at a hardware store. Budgeting zero contingency is how a planned $8,000 trip becomes a surprise $9,000 trip that eats your robot-parts budget.

Keep last year's actuals next to this year's estimates in adjacent columns. Over two or three seasons your estimates converge on reality, and you will be the team that never gets a budget surprise at an away event.

Key takeaways

  • FIRST's median travel costs: $3,500 (district), $8,000 (regional), $28,000 (outside North America) — plan against your actual context.
  • Compute cost-per-student transparently, but fund travel from general team funds, not per-family quotas (which create tax/private-benefit problems).
  • A printed, category-based pit-pack load-out checklist prevents the catastrophic 'we forgot the charger' class of mistakes.
  • Always carry a ~10% contingency and track last year's actuals beside this year's estimates so forecasts improve over time.

Lesson quiz

Required

Answer all 3 questions correctly to complete this lesson.

1.When planning competition logistics, a team using the official FIRST FedEx shipping voucher must remember that the voucher covers shipping one crate. What is allowed to be inside that crate?

2.A travel and logistics planner should align the team's arrival with the event schedule. What is a realistic logistics expectation for the start of a typical FRC event?

3.For the travel budget within the logistics planner, which approach gives the most accurate per-trip cost estimate?

Answer every question to submit.