Skip to content

Commit 88f16d4

Browse files
made the link to pid tuning practice much more obvious
1 parent f93b13d commit 88f16d4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/section-7/feedback-control.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ In general, the "optimal" PID controller gets the error to zero as fast as possi
7474

7575
![PID Tuning Graphs](pid_tuning_graphs.png)
7676

77-
To get those ideal constants... you kind of just guess and check. WPILIB provides a nice simulation of how it is like to tune these constants. Go to this [page](https://docs.wpilib.org/en/stable/docs/software/advanced-controls/introduction/tuning-flywheel.html) and skip everything until you get to "Pure Feedback Control". Follow the instructions and see if you can get the optimal tuning solution.
77+
To get those ideal constants... you kind of just guess and check. WPILIB provides a nice simulation of how it is like to tune these constants.
78+
### [Click here to try tuning a PID Controller](https://docs.wpilib.org/en/stable/docs/software/advanced-controls/introduction/tuning-flywheel.html)
79+
Scroll until you get to "Pure Feedback Control". Follow the instructions and see if you can get the optimal tuning solution. **DO NOT SKIP THIS PRACTICE**
7880

7981
## Other constants/terms
8082

0 commit comments

Comments
 (0)