Changes between Version 16 and Version 17 of ControlSystems/SoftwareTeam/Training/AdvancedTraining
- Timestamp:
- Oct 31, 2019, 10:01:39 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/AdvancedTraining
v16 v17 3 3 == PID Control 4 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)5 * [https://tutorial.cytron.io/2012/06/22/pid-for-embedded-design/ PID Tutorial] - great practical intro (even though it's in C) 6 6 * [https://frc-pdr.readthedocs.io/en/latest/control/pid_control.html PRD PID Tutorial] - more advanced 7 * [https://en.wikipedia.org/wiki/PID_controller Wikipedia] covers PID very well and in depth 7 8 * [https://frc-pdr.readthedocs.io/en/latest/control/using_WPILIB%27s_pid_controller.html WPILib PID Class] 8 9 * [https://wpilib.screenstepslive.com/s/currentCS/m/java/l/599736-pidsubsystems-for-built-in-pid-control ScreenStepsLive PID Subsystems]