Skip to content

Commit ef55469

Browse files
committed
Remove info about default inversion
Add details about why inversion is necessary
1 parent d476859 commit ef55469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/software/hardware-apis/motors/wpi-drive-classes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Drive Class Conventions
3232
Motor Inversion
3333
^^^^^^^^^^^^^^^
3434

35-
The right side of the drivetrain is **no longer** inverted by default. It is the responsibility of the user to manage proper inversions for their drivetrain. Users can invert motors by calling ``setInverted()``/``SetInverted()`` on their motor objects.
35+
It is the responsibility of the user to manage proper inversions for their drivetrain. Users can invert motors by calling ``setInverted()``/``SetInverted()`` on their motor objects. Typically for differential drive trains, one side must be inverted to avoid spinning in circles, since the forward direction of each side of the tank drive is opposite of each other.
3636

3737
.. tab-set-code::
3838

0 commit comments

Comments
 (0)