Skip to content

Vendordeps

Owen Beck edited this page Nov 19, 2024 · 8 revisions

Vendordeps are our library import system. We use them to import external libraries to use in our code, such as motor controllers and other 3rd party control systems.

These are the main vendordeps we use in our code. Every project using control systems from these companies need their associated vendordep. If you need them, here is how to install:

Copy the link address (the URL, not the text), then go into WPILib. Then, using the command palette (click the WPILib icon in the top-right), Manage Vendor Libraries > Install New Libraries (Online) > Paste the link address

Clone this wiki locally