Skip to content

Commit 71a5f21

Browse files
fixed link in tutorial-intro.rst (#2292)
* fixed link in tutorial-intro.rst * Fix :ref: in tutorial-intro.rst
1 parent a8359b2 commit 71a5f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/docs/software/advanced-controls/introduction/tutorial-intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Parameter Exponential Search
1414

1515
While interacting with the simulations, you will get instructions to "increase" or "decrease" different parameters.
1616

17-
When "increasing" a value, multiply it by two until the expected effect is observed. After the first time the value becomes too large (i.e. the behavior is unstable or the mechanism overshoots), reduce the value to halfway between the first too-large value encountered and the previous value tested before that. Continue iterating this "split-half" procedure to zero in on the optimal value (if the response undershoots, pick the halfway point between the new value and the last value immediately above it - if it overshoots, pick the halfway point between the new value and the last value immediately below it). This is called an term:`exponential search`, and is a very efficient way to find positive values of unknown scale.
17+
When "increasing" a value, multiply it by two until the expected effect is observed. After the first time the value becomes too large (i.e. the behavior is unstable or the mechanism overshoots), reduce the value to halfway between the first too-large value encountered and the previous value tested before that. Continue iterating this "split-half" procedure to zero in on the optimal value (if the response undershoots, pick the halfway point between the new value and the last value immediately above it - if it overshoots, pick the halfway point between the new value and the last value immediately below it). This is called an :term:`exponential search`, and is a very efficient way to find positive values of unknown scale.
1818

1919
System Noise
2020
------------
@@ -32,4 +32,4 @@ Follow the order of tuning presented in the tutorials - it will maximize your ch
3232

3333
Resist checking the tuning solutions until you believe your solution is close to correct. Then check your answer, and try the provided one to compare against your own results.
3434

35-
Furthermore, work from easy to difficult.:ref:`Flywheel mechanisms <docs/software/advanced-controls/introduction/tuning-flywheel:Tuning a Flywheel Velocity Controller>` are the easiest to tune. After that, look into the :ref:`turret tuning <docs/software/advanced-controls/introduction/tuning-turret:Tuning a Turret Position Controller>`. Then, finish off with the :ref:`vertical arm example<docs/software/advanced-controls/introduction/tuning-vertical-arm:Tuning a Vertical Arm Position Controller>`.
35+
Furthermore, work from easy to difficult. :ref:`Flywheel mechanisms <docs/software/advanced-controls/introduction/tuning-flywheel:Tuning a Flywheel Velocity Controller>` are the easiest to tune. After that, look into the :ref:`turret tuning <docs/software/advanced-controls/introduction/tuning-turret:Tuning a Turret Position Controller>`. Then, finish off with the :ref:`vertical arm example<docs/software/advanced-controls/introduction/tuning-vertical-arm:Tuning a Vertical Arm Position Controller>`.

0 commit comments

Comments
 (0)