From 82ba04d778667493cfcdeab4ce089bef42acf0d5 Mon Sep 17 00:00:00 2001 From: Alexandre Bobkov Date: Sat, 19 Jul 2025 01:52:44 -0400 Subject: [PATCH] RC Robot Tutorial --- ESP-IDF_Robot/tutorial/docs/source/overview.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ESP-IDF_Robot/tutorial/docs/source/overview.rst b/ESP-IDF_Robot/tutorial/docs/source/overview.rst index 46d7271f6..f82e67ca7 100644 --- a/ESP-IDF_Robot/tutorial/docs/source/overview.rst +++ b/ESP-IDF_Robot/tutorial/docs/source/overview.rst @@ -32,9 +32,11 @@ 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). +PWM(left) = PWM(right) + +--------------------------+-------------------------------+ | PWM of DC Motors | Direction | -+--------------------------+-------------------------------+ ++------------------------------------+-------------------------------+ | PWM(left) = PWM (right) | Straight (Forward or Reverse) | +--------------------------+-------------------------------+ | PWM (left) > PWM (right) | Turn Left |