Advanced Search
Search Results
11 total results found
Testing Robot Code
Testing code before merging it is important to ensure it works as intended. This page discusses how to checkout the correct branch, deploy the code, test it on the robot, and merge changes. Checking out your branch: Go to the terminal in Intellij by clicki...
Intelligently using IntelliJ
Overview IntelliJ is the IDE that we recommend for robot programming on YETI. This page will go over how to use IntelliJ effectively and efficiently. Reading this will make you epic at navigating and organizing your project Fuzzy Find Fuzzy Find in Intel...
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 y...
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
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...
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 greatest tools that will aid you in your tuning escapades 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 thr...
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...