mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-27 19:57:02 +00:00
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:
committed by
laurensvalk
parent
d6c78f1f39
commit
95a12a7386
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user