pybricks.robotics: Drop note suggesting to flip motors.

This will still work, but it is asking for trouble when including the gyro.

So it is probably better not to mention this at all.
This commit is contained in:
Laurens Valk
2023-04-21 10:42:30 +02:00
committed by laurensvalk
parent d6c78f1f39
commit 95a12a7386
+1 -3
View File
@@ -28,9 +28,7 @@ class DriveBase:
**Positive** angles and turn rates mean turning **right**.
**Negative** means **left**. So when viewed from the top,
positive means clockwise and negative means counterclockwise. If desired,
you can flip this convention by reversing the ``left_motor`` and
``right_motor`` when you initialize this class.
positive means clockwise and negative means counterclockwise.
See the `measuring`_ section for tips to measure and adjust the diameter
and axle track values.