Closed etiennebeaulac closed 2 years ago
The current DifferentialDrive docs examples do not work since DifferentialDrive is located in the wpilib.drive module.
DifferentialDrive
wpilib.drive
I also added the two separate imports that are needed : the second is often forgotten by new Python students.
Thanks!
The current
DifferentialDrive
docs examples do not work sinceDifferentialDrive
is located in thewpilib.drive
module.I also added the two separate imports that are needed : the second is often forgotten by new Python students.