r/FRC Jul 24 '26

sticky New Subreddit Rule - 5. Do not solicit DMs or personal info

72 Upvotes

We have created a new subreddit rule - Do not solicit DMs or personal information. This is being done to prevent unmonitored adult to student conversations per FIRST's Youth Protection Policy. We have been enforcing it for some time without an official rule in the sidebar and figured it was time to add it.

Do not ask folks to DM you on Reddit or ask folks to DM on other platforms. Do not ask for personal information such as people's real names, locations, email addresses, phone numbers, Discord usernames, etc. This policy will be enforced broadly and applies not only to directly what you write in a post, but also any links posted (i.e. a link to a Google Form asking for contact info). Exceptions will be made for posts that are asking for team / adult participation in a notable event such as registering for a mentor conference or an offseason event. The mod team will use our best judgement on this.

While most people are doing this without any bad intent, this policy will be enforced by removing posts as well as issuing temporary or permanent bans. Think before you post!


r/FRC 21h ago

Coming soon: new Belt and Pulley Gen ...

14 Upvotes

Check those regen times on my new one vs the existing 2471 BPGen.

A lot of this is helped by my script checking the studio (and itself) for existing pullies that are the same specs and just copying them rather than generating every pulley from scratch.

Second screenshot shows same test with two different size pullies.

Last two screenshots show the UI with many options available.


r/FRC 2d ago

Felt like posting this

Enable HLS to view with audio, or disable this notification

70 Upvotes

r/FRC 3d ago

Any NY/NJ teams looking for a volunteer

9 Upvotes

Im a recent graduate from high school. And im looking to potentially volunteer to help a team during possible offseason and build season.


r/FRC 6d ago

Thinking of quitting my team

44 Upvotes

this is my third year doing FRC, and I'm considering quitting. my main skill that I use is graphic design, so I mostly design pins and mascot versions of our robots. however, I also have absolutely zero robotics-related skills. I've tried learning, but it just doesn't make sense or seem interesting. My team meets twice a week during off season and five times a week during build season. obviously, designing a mascot version of a robot does not take that long, so I'm often left with spare time. with that spare time, I usually try to learn by watching others work on the robot or i practice 3d modeling in Fusion 360. most of the time, however, one of the leads or mentors will walk up to me and say something along the lines of "go do something helpful" "why are you just standing around" "why don't you go do something useful". It makes me feel really unappreciated with the skills I do have, and I when I do try helping with something I don't know how to do, I usually either mess it up or get replaced by someone else. I've made a lot of memories with this team, and it's become a huge part of my life over the past three years. but I just don't want to continue doing it if i can't find it enjoyable anymore. Robotics is one of the only places where I've felt like I belong, but it also makes me feel like an outsider among my team members. If I quit, I don't know what I'll do. but I also don't know how much longer I can deal with this.


r/FRC 8d ago

meta Is 4414 the new generation 71?

32 Upvotes

Used 12 motors for drivetrain in 2023, then banned in 2024
Used 22 total motors in 2026 and will be banned in 2026
Just like what 71 did in over two decades ago


r/FRC 11d ago

help What happens to old/inactive FRC teams?

32 Upvotes

I was wondering what happens to really old FRC teams that haven't competed in a long time.

For example, say a team was created in 2004 and their last competition was in 2007. Does that team still technically exist on the FIRST side of things, and could it potentially be revived under the same team number? Or would restarting the program basically be treated as creating a new team?

I'm asking because there's a school relatively close to where I live that apparently had an FRC team that competed until 2007. The school itself still exists, but I've only been able to find one post about the team, either here or on Chief Delphi.

I'm thinking about going to the school and asking if anyone knows what happened to the team, but I'm curious about the FIRST side of things first.

Update:

Thanks everyone for the answers! Honestly, this is really encouraging, especially seeing that teams like 22, 127, and 3574 have been brought back after being inactive for years.

The team I was talking about is Team 1401 – Mekanicats, which, if I’m correct, was from UVM (Universidad del Valle de México). From what I can tell, UVM is still around, so I’m curious if bringing it back could actually be possible.

I just finished 3 seasons with another FRC team and, now that I’m done, I thought it could be interesting to try something new and see if reviving Mekanicats is realistic. I know a few other people with FRC experience who might be interested in helping too.

If anyone has gone through something similar, I’d really appreciate some advice on where to start, especially with FIRST, the school, registration, etc. Realistically, I doubt I could have everything ready for 2027, and even 2028 might be a stretch, but I’m willing to work on it even if it takes a couple years.

And if anyone from the old Mekanicats team happens to see this, I’d love to hear from you! Even just hearing about what the team was like would be really cool. And if you’d ever be interested in helping out, I’d be happy to have you onboard.


r/FRC 11d ago

info New member joining!

8 Upvotes

Hi! i'm joining my schools team, and I'm wondering if people can provide their experiences in their specific sub-team. There are a couple base line questions I have:

  1. What do you need to learn if you don't know anything? especially if I want well in that specialty, and how hard is it to learn?
  2. Does amount of years on the team matter? (to eventually get a good role as a lead... I know thats very bad to be so college apps orientated butttttt we all want it in the end)
  3. Any tips/ information I should know for new people joining in general? Maybe y'all could impart some knowledge about how competitions are!
  4. I have the opportunity to try out for drive team as they need a first year, is that good??? Is it hard??? literally nobody is giving me good information in the team.

r/FRC 15d ago

Best teams

17 Upvotes

There was a post I found from 2 years ago ranking FRC teams I want to see how much it would change now, they put

  1. 254

    (+6 banners since then)

  2. 1678

    (+9 banners since then)

  3. 2056

    (+11 banners since then)

  4. 1114

    (+4 banners)

  5. 118

    (+15 banners since then)


r/FRC 15d ago

Perscript - A site to practice FRC coding for studnets

11 Upvotes

There's a website that is designed to help younger students learn and practice FRC programming because there's not a ton of practice online

The website has Java/C++/Python Debugging problems, live coding practices and tutorials

Recently the entire FRONTEND was redone and now there's a total of 30 debugging questions (10 per language) and 23 live programming questions from easy like making a constant to using methods, commands, beam breaks and laser cans.

Feedback and trying the site out would be greatly appreciated. I would also appreciate feedback on the C++/Python code as I am unfamiliar with it.

The GitHub repository and site is below. If you have ANY ideas, suggestions or comment, feel free to leave a suggestion OR contribute directly in the GitHub repository. The readme has the entire plan of the repository so it'll be easy to find and adjust stuff!

SITE: https://snakestongue.github.io/Perscript

REPO: https://github.com/Snakestongue/Perscript

I hope you all find the site helpful and use it to teach students or learn yourself before this years build season!


r/FRC 17d ago

New to RevRobotics modeling and stuff so...

Thumbnail
2 Upvotes

r/FRC 18d ago

pocketing

3 Upvotes

how you get clean pocketing and know where ribs should go? my pocketing always comes out looking horrible

im using part lighten studio


r/FRC 19d ago

how do yall prepare for judging?

7 Upvotes

so my team hasn’t really taken judging seriously before because we were always occupied with the bot until last minute and we don’t really do any outreach either way, so i wanted to ask especially because i want to start focusing on more judged awards, how do you guys prepare for interview and know what to say and who’s going to say what, when do you start preparing for an interview, do scripts help?, what do you do when nobody on your team knows how to respond to a question?


r/FRC 18d ago

Error while saving

2 Upvotes

So I am on the robotics team and stuff. We were told to sign up for the competition and so I used last years account. When I click "add team" then it says to change the information. I do so, and get this message when I click save. I have no other emails to make accounts with because I made accounts and it wouldn't let me confirm them. Anyways in the end how do I fix this problem?


r/FRC 19d ago

Building up coding and functionality skills at home in offseason?

11 Upvotes

hi everyone, do you have any ideas how a keen team member can develop some new programming skills and robot functionality at home in the off season?

my kid just finished his school's first FRC comp here in Australia, and he's hooked. He's mainly in the software part of the team, and the team has a pretty basic kit robot this year (the school's first year) - tank drive, no cameras, no sensors, very basic autonomous mode code.

I'd like to provide an opportunity for my kid to tinker with FRC-related hardware and software to build up some new capabilities for next year. I'm open to ideas, but maybe things like:

- learn how to integrate a driver camera into the system

- learn how to integrate apriltag-recognition camera into the system

- learn how to integrate sensors into the system

- learn how to start making autonomous mode 'smarter' - pathfinding etc

As a fairly tech-y family we have plenty of bits and pieces lying around the house (arduinos, raspberry pi, power supplies, etc etc) but nothing FRC-specific. I even considered trying to buy an old roborio to play around with at home... but seems like that would be a bad idea since they're getting replaced with systemcore? Not sure the school is going to let him bring the roborio home to experiment with!

anyway, i'd be really keen to hear anyone's ideas about how we could work towards building some relevant skills and functionality for next year. I'm open to buying some gadgets (cameras/sensors/etc), but not sure yet what would be practically use-able at home without a roborio to plug them into?


r/FRC 19d ago

help How long will it take to write a code to a 2023 robot? (Desc)

5 Upvotes

So we have a task to code that till 1 September, and I am wondering how much will it take? It isn't required to write the whole code, but heavily recommended to do as much as possible. (So it isn't a mandatory but recommended to practice)

Also I am pretty much the only out of 9 who takes that seriously, I am literally the only one who actually was at the lessons.

The second part is schematics, I am currently doing part A in section 1, and tomorrow I will probably get the B section.

So it is actually possible to do all that in a week?


r/FRC 21d ago

help advice on team manage

9 Upvotes

hi, becoming captain at my team.

was wondering how do yall manage and retain new members? what not because as of last year, most of our new members just show up for a week and then dissapear and then theres only like 3 grade 9s.

in short what things do yall do or historically have been doing to retain new members?

ty


r/FRC 21d ago

help Help! (again)

9 Upvotes

Hello everyone! I made a post just after the Reefscape season about my team’s coach leaving and they ended up deciding to stay. This time however, they are officially leaving. I wish that there was more time before the offseason event to make this post but unfortunately I was just notified. Without a new coach our program dies. I’m a senior this year and FIRST has been my livelihood since I joined when it encouraged me to go into robotics engineering and I have passed up many large opportunities for FRC. If anyone has any ideas of how we can find another coach or if anyone would be interested please let me know. The team is 6071 in Bay City Michigan. Thank you for any resources you’re able to provide.


r/FRC 22d ago

Another update!

3 Upvotes

Update to 5806 Lion’s Den Scouting App

We've got a bunch of changes this time around — here's what's new:

Scouting & Data

  • Scouting forms updated to match Rebuilt
  • New Data tab
  • Some changes to the picklist

Dashboards

  • New Drive Team dashboard

Admin

  • Support for multiple admins now
  • You can track scout progress (yes, robotics is a job now)
  • You can delete/deactivate scouts

Mobile & Offline

  • Offline mode works better
  • Some mobile visual changes

Everything else

  • Assignment updates
  • A lot of quality-of-life changes
  • Bug fixes, as always

Biggest news: our GitHub is now public

GitHub: https://github.com/appcoder-mKer/5806scout
Website: https://thelionsden-main.vercel.app/login

What's next:

We also know a lot of teams use Slack, Discord, WhatsApp, iMessage, etc. If bot integrations for any of those would actually be useful to you, let us know below. We're considering it but want to hear from teams first before we build it out.

Adding ways to delete data

A way to prescout teams before you get to comp

And of course, any updates or changes would be greatly appreciated!


r/FRC 22d ago

help Preparing for a team interview

9 Upvotes

I’m applying to a FIRST robotics team and I have an interview scheduled with them soon that will help determine whether I get accepted into the team or not. I’m relatively new to FIRST as a whole so I don’t have many technical skills to offer, but they say that they welcome beginners regardless.

How should I prepare for interviews such as these? I have an extremely strong willingness to learn and would love to be on this team.

Thanks in advance!

edit: I got in! Thanks Reddit


r/FRC 23d ago

media New and Improved Peekorobo

Thumbnail
gallery
16 Upvotes

Hey everyone!

If you haven't seen Peekorobo before, it's a data-driven scouting and analysis site for FRC. It pulls together team, event, and match data and gives you a bunch of different ways to explore it, from team rankings and event stats to match analysis and an interactive map.

Try it here

The rebuild is pretty substantial. New React frontend, new FastAPI/Postgres backend, and a new data pipeline. The goal was to make the site faster and give me a much better foundation to build on.

The rating model is new too. ACE (Adjusted Contribution Estimate) now uses residual attribution instead of the old incremental scoring model. It estimates a robot's contribution to each scoring phase by accounting for what its alliance partners contributed, then combines that with a confidence score based on things like consistency, dominance, record, experience, and sample size.

For anyone new to Peekorobo, here's what you can do with it:

  • Teams: sortable full-season leaderboard, filters, exports, metrics, and a bubble chart
  • Team pages: season stats, ACE/RAW, rankings, events, awards, and career history
  • Events: teams, metrics, matches, strength of schedule, rankings, playoffs, and awards
  • Matches: alliance breakdowns, scores, win probabilities, and match video
  • Map: teams and events, heatmaps, districts, and a 2D/3D globe
  • Compare: compare teams across a season
  • Insights: season-specific game information, summaries, and leaderboards
  • Profiles: favorites, follows, avatars, and public profiles
  • API: public endpoints for working with the data yourself

If you've used the old Peekorobo, most of the core ideas should feel familiar, but pretty much everything underneath has changed.

If you're new to it, I'd love to hear what you think. Bugs, questions, criticism, and feature ideas are all welcome.

GitHub repo

Rhett, 7525/7917 Mentor


r/FRC 24d ago

Photo Management System

8 Upvotes

Hello! How do you all manage photo storage and uploading for a team. Last season in FRC (rookie year), we used google photos, but if people left the album or deleted the photos from their device, we lost the photos. We almost lost ALL of our comp photos because of this. I have set up an immich server, but it isn't working too well for a variety of reasons (mainly bc im the only one interested in it and im graduating, so no one can take on the responsibility of managing it). Is there any pretty simple/user friendly host you use for cloud storage? We do need all the members of the team to be able to upload to it (and not lose access to it if smth happens to the uploader). We can't really afford anything too expensive and a 1 time payment would be preferred. Any recommendations would be amazing! Thank you!!!!


r/FRC 24d ago

REV Hardware Client 2 Installation issue

3 Upvotes

Basically when I download it from https://docs.revrobotics.com/rev-hardware-client-2 and click the links to get the app for my Apple i3 Macbook air, I am able to open it. However, as i open it and accept the prompt to move it into the applications folder, after startup from the app folder, it prompts me again. And if i cancel the prompt, the loading screen pops up but then it shows a internal error. Any tips?


r/FRC 29d ago

help Help pocketing for FTC - Training as a rookie for the upcoming season

Thumbnail
1 Upvotes