Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

7 total results found

Tuning a CANrange

Robot Software Tunes for the Road

A tuned CANrange is especially important to make sure detection is accurate and reliable! Read through this guide for some more in depth examples and instructions: https://v6.docs.ctr-electronics.com/en/latest/docs/application-notes/tuning-canrange.html C...

Akitting The RobotContainer

Robot Software Taking Advantage Kit

Akit in RobotContainer This is a general outline of what code should go where in your RobotContainer file. Setting up your Subsystems Before the constructor, create instances of all your subsystem classes, but DO NOT define them yet. private final LinSlide...

Down The VelocityTorqueCurrentFOC Road

Robot Software Tunes for the Road

How to tune for Velocity We like to use MotionMagic because it makes speed changes smoother! We use MotionMagic for basically all of our motion profiles. When using a velocity profile, you are trying to get the motor to spin at a specific velocity instead of...

Downloading the Latest VS Code Version

Robot Software Upgrading Repositories

Downloading the Latest Version   If you don't already have the latest version of VS Code installed yet, download it from here: https://visualstudio.microsoft.com/downloads/   After downloading it, it'll open an instance Visual Studio Installer. Click throu...

WPILib Extension Download

Robot Software Upgrading Repositories

WPILib Extension Download The VS Code Extension Marketplace doesn't natively come with the WPILib extension. Search up "WPILib Installer" on your browser of choice. Then, install the latest version and click on the .iso file in your recent downloads.  This...

Replacing the Old with the New

Robot Software Upgrading Repositories

Actually Replacing the Old Repositories Here, click on Clone Git Repository, and follow steps from the previous chapter to copy the HTTPS link and authorize VS Code access to your GitHub account. Then, you'll see this in the search bar, and select the repo...

Shooting Our Shot

Robot Software Tunes for the Road

Shooting Our Shot - How to Create an Interpolating Tree Map An Interpolating Tree Map (aka a Shooter Map) boiled down to its core is just linear regression. It was highly used during the Rebuilt Season for shooting into the hub and shuttling across the field....