Errata: Example 8.10 missing factor of v, a1 and a2 flipped

From FBSwiki
Revision as of 04:59, 7 October 2021 by Murray (talk | contribs)
Jump to navigation Jump to search
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, so the definition of should be:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle 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). }

The final controller then becomes

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \begin{bmatrix} v \\ \phi \end{bmatrix} = - \begin{bmatrix} \lambda_1 & 0 & 0 \\ 0 & \dfrac{{\color{blue} a_2 l}{v_\text{r}^{\color{blue} 2} & \dfrac{{\color{blue} a_1 l}{v_\text{r}} \end{bmatrix} \begin{bmatrix} x - v_\text{r} t \\ y - y_\text{r} \\ \theta \end{bmatrix} + \begin{bmatrix} v_\text{r} \\ 0 \end{bmatrix}. }