Changes between Version 10 and Version 11 of ControlSystems/SoftwareTeam/Training/GettingStarted/PIDControl
- Timestamp:
- Nov 13, 2019, 2:29:28 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/PIDControl
v10 v11 5 5 * I = Integral - the error accumulated over time 6 6 * D = Derivative - the rate error is increasing/decreasing 7 8 Remember that research is a crucial part of robotics, so try to find a few sources about PID loops on your own first. Here are a few starters: 9 https://frc-pdr.readthedocs.io/en/latest/control/pid_control.html 7 10 8 11 PID control gives a more concrete control over speed, and leaves less up to chance in terms of speed control. Possible examples of usage include