Skip to content

Commit e4f67a0

Browse files
made the link to tuning practice not a subheader
1 parent 0d14a7b commit e4f67a0

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
@@ -78,7 +78,9 @@ In general, the "optimal" PID controller gets the error to zero as fast as possi
7878
![PID Tuning Graphs](pid_tuning_graphs.png)
7979

8080
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.
81-
### [Click here to try tuning a PID Controller. SCROLL TO "PURE FEEDBACK CONTROL", SKIP EVERYTHING ELSE](https://docs.wpilib.org/en/stable/docs/software/advanced-controls/introduction/tuning-flywheel.html)
81+
82+
[Click here to try tuning a PID Controller. SCROLL TO "PURE FEEDBACK CONTROL", SKIP EVERYTHING ELSE](https://docs.wpilib.org/en/stable/docs/software/advanced-controls/introduction/tuning-flywheel.html)
83+
8284
Follow the instructions and see if you can get the optimal tuning solution. The model simulates a flywheel shooter mechanism and halfway through the simulation it shoots a ball. **DO NOT SKIP THIS PRACTICE**
8385

8486
!!! note

0 commit comments

Comments
 (0)