robotpy / robotpy-wpilib

Moved to https://github.com/robotpy/mostrobotpy
https://robotpy.github.io
Other
169 stars 59 forks source link

Fix DifferentialDrive docs examples #699

Closed etiennebeaulac closed 2 years ago

etiennebeaulac commented 2 years ago

The current DifferentialDrive docs examples do not work since DifferentialDrive is located in the wpilib.drive module.

I also added the two separate imports that are needed : the second is often forgotten by new Python students.

virtuald commented 2 years ago

Thanks!