Skip to content

Commit dfdaaa5

Browse files
added link to wpilib pid controller's page
1 parent 0f04472 commit dfdaaa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/section-7/feedback-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ if (!pidController.atSetpoint()) {
156156
pidController.reset();
157157
```
158158

159-
You need to check out the documentation for each of these classes and familiarize youself with them.
159+
You need to check out the documentation for each of these classes and familiarize youself with them. [Definitely read WPILIB's documentation on their PID Controllers](https://docs.wpilib.org/en/stable/docs/software/advanced-controls/controllers/pidcontroller.html).
160160

161161
# Conclusion
162162
Thankfully, most of the math is handled by WPIlib or motor controller firmware. However, it is important to understand what is actually happening so that you can properly tune your control loops.

0 commit comments

Comments
 (0)