RC Robot Tutorial

This commit is contained in:
2025-07-19 02:01:05 -04:00
parent 5602a5117a
commit 3c1c627c34
5 changed files with 8 additions and 3 deletions

View File

@@ -32,7 +32,9 @@ direction of the RC car.
Based on this constraint, the RC car can only move front, back, and turn/rotate left and right. Any other movements are not
possible (i.e. diagonal or sideways).
:math:`PWM_{left} = PWM_{right}``
:math:`PWM_{left} = PWM_{right}`
:math:`PWM_{left} = PWM_{right}`
+--------------------------+-------------------------------+
| PWM of DC Motors | Direction |

View File

@@ -56,7 +56,8 @@ of DC motors in pairs only (i.e. left and right side). Consequently, this means
direction of the RC car.</p>
<p>Based on this constraint, the RC car can only move front, back, and turn/rotate left and right. Any other movements are not
possible (i.e. diagonal or sideways).</p>
<p><span class="math notranslate nohighlight">\(PWM_{left} = PWM_{right}`\)</span></p>
<p><span class="math notranslate nohighlight">\(PWM_{left} = PWM_{right}\)</span></p>
<p><span class="math notranslate nohighlight">\(PWM_{left} = PWM_{right}\)</span></p>
<div class="admonition-what-is-pwm admonition">
<p class="admonition-title">What is PWM?</p>
<p><strong>PWM</strong> stands for Pulse Width Modulation. It is a technique used to simulate analog voltage levels using discrete digital signals. It works by

View File

@@ -32,7 +32,9 @@ direction of the RC car.
Based on this constraint, the RC car can only move front, back, and turn/rotate left and right. Any other movements are not
possible (i.e. diagonal or sideways).
:math:`PWM_{left} = PWM_{right}``
:math:`PWM_{left} = PWM_{right}`
:math:`PWM_{left} = PWM_{right}`
+--------------------------+-------------------------------+
| PWM of DC Motors | Direction |