RC Robot Tutorial

This commit is contained in:
2025-07-19 02:06:48 -04:00
parent 1fb0614a3b
commit 3734e305d3
3 changed files with 9 additions and 9 deletions

View File

@@ -37,15 +37,15 @@ possible (i.e. diagonal or sideways).
.. math::
PWM_{left} = PWM_{right}
+--------------------------+-------------------------------+
+--------------------------+-----------+
| PWM of DC Motors | Direction |
+--------------------------+-------------------------------+
| PWM(left) = PWM(right) | Straight (Forward or Reverse) |
+--------------------------+-------------------------------+
+--------------------------+-----------+
| PWM(left) = PWM(right) | Straight |
+--------------------------+-----------+
| PWM(left) > PWM(right) | Left |
+--------------------------+-------------------------------+
+--------------------------+-----------+
| PWM(left) < PWM(right) | Right |
+--------------------------+-------------------------------+
+--------------------------+-----------+
.. admonition:: What is PWM?