Show HN: High school robotics code/CAD/design binder release (chiefdelphi.com)
My name is Patrick, and I am a junior at my High School’s FRC robotics team FRC 341 “Miss Daisy” (yes named after the movie). Every year, during the first weekend in January, a new robotics game is released (no it’s not battlebots). The game could be about launching balls into a goal, climbing monkeybars, or placing cubes on a see-saw. This year we were challenged to build a robot that could shoot orange foam donuts into a goal about 6 feet in the air. Here is a yt video with the game animation https://www.youtube.com/watch?v=9keeDyFxzY4&t. After we received the game we then had six weeks to design, build, program, and field a robot capable of playing the game. And we did pretty well this year! I have attached a ChiefDelphi thread (robotics forum) where we have released our season materials. This being our CAD (3D model of robot), code, and design binder. I encourage you to take a look and leave any questions that you may have.
Thanks a lot!
27 comments
[ 3.3 ms ] story [ 72.9 ms ] threadGood luck, next season is just around the corner.
-a mentor of an unspecified FRC team
Stupid was the kid who thought he'd try to catch the water balloon in a bucket, missed, and it hit him square in the crotch and bounced off unbroken. Ahh, FIRST hijinks.
Our shop keys were revoked. High school kids do stupid things. But they learn and most live on
Incredibly exciting that you can do this!
Hopefully it gains higher adoption among other public schools, FRC was foundational to my SWE journey
We wound up buying an Apple ][ and a Rubbermaid trash can and an early voice recognition module (Cognivox) which we then mounted on a set of wheels and put the monitor on a lazy susan on top and the opening was made into a drawer for the computer/keyboard, and the bottom was opened up to have a latchable door where an extension cord and other accessories could be stored.
We called it CTC-1 (Computerized Trash Can, Mark 1) --- always wondered what happened to it and the lab of TRS-80 Model IIIs...
I still regret not over-ruling the finance committee and buying my kids a Lego Mindstorm set when they first came out.....
https://www.firstinspires.org/resource-library/volunteer/men...
Btw, congrats to the OP and team. Proud of yalls work!
Cool that you made this available for other people to benefit from.
Why not Commonwealth Robotics Studio or some other opensource CAD option?
The only open-source CAD option I've seen that might be suitable for doing this kind of design work is FreeCAD, or its Ondsel fork. There are not many people available to FRC teams to teach them how to use these programs, and there's a high risk of them running into serious bugs or limitations.
Most FRC teams use professional CAD packages (like Autodesk Inventor and Dassault SolidWorks). These packages are offered to teams for free. Many teams have mentors with professional experience using one of these programs. OnShape has taken over in the last couple of years as the most popular, because it is easier to license, doesn't require installation permissions, works on any device with a web browser, has an easy to understand and administer way for multiple people to collaborate on a model, and has a critical mass of community scripts, part collections, and tutorials.
https://wiki.freecad.org/Assembly
SolveSpace has the capability built-in, but its constraint and geometry solvers are not robust enough for designing full FRC robots. It either gets very slow, or start saying that constraints are unsolvable (even though they are), or starts generating geometry with extra or missing faces.