FRC Resources
Prepare for the upcoming FRC season using the below links, and feel free to get in touch with this year's captain at awilliamson@lacanadaengineeringclub.org.
Overview of FRC Robots + Mechanisms
CAD for FRC with Onshape
—
run through the full course in CAD from frcdesign.org -> excellent resource
—
solid FRC CAD walkthrough videos for additional reference
—
another team-made Onshape for FRC course - additional reference if you want, but frcdesign should be adequate
—
excellent Onshape reference videos from CAD Sessions
—
good practice for FRC build season - complete over the preseason
—
good reference for Onshape featurescripts for FRC
—
various simplified models for FRC CAD - good to reduce rendering times / primitives
—
reference for mechanism examples
—
good reference for best practices for FRC CAD
—
concise guide to KrayonCAD
—
example for layout sketching
—
good robot master sketch example/guide
—
tips on effective design practices (work in progress)
Notes on our Reefscape Robot
Mechanical Reference from Other Good Teams
—
large CAD collection of the robots of a ton of good teams - compiled by Spectrum
—
Citrus Circuits CAD releases
—
2056 OP Robotics Reefscape technical binder (another cracked team) – 2024 and 2023 bots have really good things to reference as well
—
Build threads of teams found on Chief Delphi (some of the best examples include 4481 and 6328 but other smaller teams can have good prototyping resources). A good way to get rough ideas on game piece manipulation that would otherwise be difficult to prototype by ourselves.
Electronics
Learn Python (for people with little to no Python experience)
Python for FRC
—
RobotPy official docs
—
WPILib docs for the FRC control system
—
Python code for FRC 2429's 2025 robot(s) – our software for Reefscape – our software for previous years can be found on GitHub! Look through the code on our past robots, and make sure you can understand it – ask questions if you need clarification
—
THE HOLY GRAIL – most FRC-related questions you will have are probably answered on here – also has a ton of great advice from other powerhouse teams – always a solid reference