Advanced Search
Search Results
295 total results found
Safety
How to maintain safety throughout your mechanical career.
Measuring and Marking
Learn how to properly mark materials to be cut.
Hand Tools
How to use all of the different hand tools in the shop.
Drilling
How to drill.
Riveting
A more advanced method of mating parts.
Tapping Threads
How to make the threads for bolts to tap into.
Materials
Learn about all the different materials you will encounter in FRC.
FRC Hardware Standards
Learn about all the hardware a typical FRC robot consists of.
Downloading Solidworks
Solidworks is required for robot design and downloading it can be tricky. Here's how to download it step by step.
Drivetrain Design
Learn about the intricate design aspects of drivetrains
Bad Graphics Card? You can bypass it!
Step 1: Go to Solidworks Rx Step 2: Go to Troubleshoot Step 3: Select "Bypass your graphics card/driver..." Step 4: Click the "Launch Solidworks" button that is right below it *Keep in mind that this is needed everytime you want to open Solidworks
Design Photo Library
Clever design solutions from other FRC teams.
How To Render Images
Strategy
Terminology
Basic Electrical Terminology Volts (Power), V The potential difference in charge between two points The size of the force that sends the electrons through a circuit Amperes (Current), Amp, I The unit used to measure electric current The number of ele...
Resources
Resources/References: https://www.chiefdelphi.com/t/zebrapower-2-0-the-zebracornss-battery-paper-update/440093 (Team 900’s Battery Paper) https://docs.wpilib.org/en/stable/docs/hardware/hardware-basics/robot-battery.html https://frcteam3255.github.io/Wiki/...
Table of Contents for Software Tools
Table of Contents with links for all the software tools we use to code robots here at Yeti! Git - A version control system widely used in the industry and on our team that helps track code changes, manage branches, and collaboration with the team. Github - O...
Using CAD in AdvantageScope
Overview Simulation is very important for YETI, allowing us to test and develop code without a physical robot. Being able to use the CAD created by our team members simulates the actual hardware and can be used to troubleshoot more precisely. The documentatio...
Google Templates
Resources You must be a YETI member in our shared drive to cr Google Docs Template: https://docs.google.com/document/d/1ZMNFJ5ofWfKAltmKTfIY7B4GTsRJHFStQITq3h8AbFE/template/preview?tab=t.0 Google Slides Template: https://docs.google.com/presentation/d/1dN...
Molex Crimps
Introduction Molex is the brand of crimps that we use in ensuring connection between 22 gauge wires. This has been a challenge for some of our electrical students to mastering it is important for our robots power and CANbus.Preparation The first step in cr...
Tips for being a Programmer at Comp
Troubleshooting Whenever facing unknown problems at comp, the first thing to do is check the match logs and replay them in AdvantageScope. This will likely reveal the nature of the issue you face, whether it be excessive CPU usage or driver error. When...
Setting up Motors
Overview There are a couple of steps involved with setting up your bot's motors, and this page will cover these steps. Updating ID and Name Updating the ID and name of motors contributes functionally to address the motors in code and organizationally to und...
Deploying the Correct Code (Kitty)
It's important to make sure the correct code is deployed to the robot before demos to ensure there are no unwanted bugs (secret features) that could jeopardize the quality of the demo. This page will guide you through selecting and deploying the correct branch...
Using the Driver Station
Being able to operate the driver station (DS) is necessary to operate the robot. This will guide you through the things you need to know when using the DS at demos. This is the operation tab. Selecting different modes on the menu at 1 will allow you to swit...
Power Transmission Basics
Power Transmission Basics A Power Transmission, for the most part, allows rotational motion to be altered and moved around a mechanism. This allows for a mechanism to be far away from a motor and have more speed or torque than the motor outputs. Think about a...
PathPlanner
Overview and Resources: PathPlanner is a pathing tool developed by team #3015 and is fairly easy to use because of its intuitive, visual nature. Here are the docs: https://pathplanner.dev/home.html This page will show you how to effectively use the tool: ht...
Choreo
Overview and Resources This tool was created by a developer group called Sleipnir Here are the docs for Choreo: https://choreo.autos/ This guide will walk you through how to use Choreo: https://choreo.autos/usage/editing-paths/ This page will be further ...
Plotting and Scheming
Plot (pluh): One of the most valuable tools for your tuning endeavors is the Phoenix Tuner plot. The reason this is so useful is that it shows you how much your mechanism is off (in terms of position and velocity) in an intuitive manner. Read through this gu...
Getting Started With CacheCAD
CacheCAD is the software we use to manage our files in SolidWorks. Here is how to use it effectively. 1. Installation Use this installation link: https://drive.google.com/file/d/1BaY2dzd9njdK8UrvhdGPG2ClQ6J_iNNR/view. You may get prompted by Windows Defende...
Pathplanner vs Choreo
Overview Pathplanner and Choreo are two solutions to generating paths in the autonomous period, and they are quite similar in many respects. At the time this page is being written (Summer 2025), YETI doesn't have experience with using Choreo. Therefore, it is...
Checking the Controls
Overview During demos, it's generally pretty important to know what buttons make your robot move. Sometimes, these controls will not be readily available to you in the form of a graphic or a veteran. This page will guide you through how to figure out your con...
Scouting Treatise 24/25
Introduction Scouting in the FIRST Robotics Competition is a critical process that allows teams to gather, analyse, and apply data to improve performance in qualification matches and strategize for alliance selection. Effective scouting provides an advantage ...
Composable Functions
Overview Using composable functions essentially means ordering commands and paths into autos that are created as commands. This is, after some consideration, what YETI prefers to use to create autos. It is important to note that, while commands are created an...
Tips for Automaking
Overview Making autos can be hard. This page will go over some tips on how to effectively create and improve autos. Tips and Stuff: Initial Orientation and Tag Visibility: So, one afternoon (literally the day we had to pack for world champs lol) in 2025, we...