Difference between revisions of "Errata: Example 8.10 missing factor of v, a1 and a2 flipped"

From FBSwiki
Jump to navigation Jump to search
Line 16: Line 16:
 
     = \begin{bmatrix} 0 & 0 & 0 \\ 0 & 0 & {\color{blue} v_\text{r}} \\ 0 & 0 & 0 \end{bmatrix},
 
     = \begin{bmatrix} 0 & 0 & 0 \\ 0 & 0 & {\color{blue} v_\text{r}} \\ 0 & 0 & 0 \end{bmatrix},
 
</math></center>
 
</math></center>
This leads to an error in the definition of <math>w_2</math> later in the example.  In addition, the coefficients <math>a_1</math> and <math>a_2</math> are swapped, so the definition of <math>w_2</math> should be:
+
This leads to an error in the definition of <math>w_2</math> later in the example.  In addition, the coefficients <math>a_1</math> and <math>a_2</math> are swapped and there was an error in the sign, so the definition of <math>w_2</math> should be:
 
<center><math>
 
<center><math>
     w_2 = -\frac{l}{v_\text{r}}(\frac{\color{blue} a_2}{\color{blue} v_\text{r}} e_y + {\color{blue} a_1} e_\theta).
+
     w_2 = {\color{blue} -} \frac{l}{v_\text{r}}(\frac{\color{blue} a_2}{\color{blue} v_\text{r}} e_y + {\color{blue} a_1} e_\theta).
 
</math></center>
 
</math></center>
 
The final controller then becomes
 
The final controller then becomes

Revision as of 05:04, 7 October 2021

Chapter Output Feedback
Page 8-28
Line -4
Version 3.1.5
Date 6 Oct 2021

Example 8.10 (Steering control with velocity scheduling) is missing a factor of in the definition of that propagates through the example. In addition, the coefficients and are swapped in the definition of .

The equation for should read:

This leads to an error in the definition of later in the example. In addition, the coefficients and are swapped and there was an error in the sign, so the definition of should be:

The final controller then becomes