Changes between Version 15 and Version 16 of ControlSystems/SoftwareTeam/Training/AdvancedTraining


Ignore:
Timestamp:
Oct 31, 2019, 9:57:11 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/AdvancedTraining

    v15 v16  
    11= Advanced Software Training 2018
    22
    3 == Objectives
    4 Swiggity Diggity Autonomous Schtuff (only for cool kids)
     3== PID Control
     4* [https://www.simbotics.org/files/pdf/programming-pid.pdf Overview] (Start here)
     5* [https://tutorial.cytron.io/2012/06/22/pid-for-embedded-design/ PID Tutorial] - great intro (even though it's in C)
     6* [https://frc-pdr.readthedocs.io/en/latest/control/pid_control.html PRD PID Tutorial] - more advanced
     7* [https://frc-pdr.readthedocs.io/en/latest/control/using_WPILIB%27s_pid_controller.html WPILib PID Class]
     8* [https://wpilib.screenstepslive.com/s/currentCS/m/java/l/599736-pidsubsystems-for-built-in-pid-control ScreenStepsLive PID Subsystems]
     9* [https://wpilib.screenstepslive.com/s/currentCS/m/shuffleboard/l/831044-testing-and-tuning-pid-loops ScreenStepsLive PID Testing/Tuning]
    510
    6 == Table of Contents
    7 Machine Vision
     11 
     12
     13== Machine Vision
    814* [wiki:PiSetup 1. Raspberry Pi 3 Setup]
    915 * [wiki:RPiOverview What the hell is a Raspberry Pi?]