marcdif / PIDDemo

Example code for tuning a PID Controller in WPILib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FRC WPILib PID Demo

Introduction

This repo contains example code for how implement a flywheel (velocity) PID Controller using WPILib's built-in PIDController and PIDSubystem classes.

PID Tuning

The process of tuning your PID Controller is explained in this guide.

Here are other resources as well:

About

Example code for tuning a PID Controller in WPILib

License:Other


Languages

Language:Java 100.0%