turtlebot:adventures:sensing101_forwarderror
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
turtlebot:adventures:sensing101_forwarderror [2015/10/27 18:42] – [Generating the Desired End Pose] pvela | turtlebot:adventures:sensing101_forwarderror [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 52: | Line 52: | ||
g_{des} = g_{curr} \Delta g. | g_{des} = g_{curr} \Delta g. | ||
\end{equation} | \end{equation} | ||
- | Ha! This final equation is exactly what you want to do. Take the current position, as measured prior to actually performing any feedback and left-multiply by the desired movement of the Turtlebot. | + | Ha! This final equation is exactly what you want to do. Take the current position, as measured prior to actually performing any feedback, and left-multiply by the desired movement of the Turtlebot. |
\begin{equation} | \begin{equation} | ||
\Delta g_{forward} = \left[ \begin{matrix} 1 & \Delta x + 0j \\ 0 & 1 \end{matrix} \right] | \Delta g_{forward} = \left[ \begin{matrix} 1 & \Delta x + 0j \\ 0 & 1 \end{matrix} \right] | ||
Line 58: | Line 58: | ||
\Delta g_{turn} = \left[ \begin{matrix} e^{j \Delta \theta} & 0 \\ 0 & 1 \end{matrix} \right], | \Delta g_{turn} = \left[ \begin{matrix} e^{j \Delta \theta} & 0 \\ 0 & 1 \end{matrix} \right], | ||
\end{equation} | \end{equation} | ||
- | where $\Delta x$ is the distance to drive forward and $\Delta \theta$ is the angle (in radians most likely) to turn. | + | where $\Delta x$ is the distance to drive forward and $\Delta \theta$ is the angle (in radians most likely) to turn. In future instantiations, |
+ | This desired end pose will then be fixed until the proper terminating condition is achieved (e.g., the error is small enough to be negligible). | ||
==== Complex Matrices in Python ==== | ==== Complex Matrices in Python ==== | ||
turtlebot/adventures/sensing101_forwarderror.1445985769.txt.gz · Last modified: 2024/08/20 21:38 (external edit)