Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Updated skiddrive.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjiboy50fonz committed Jun 1, 2021
1 parent f71c184 commit df17485
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions subsystems/skiddrive.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

class SkidDrive(BaseDrive):
"""A drive base where all wheels on each side move together."""

def __init__(self, name):
super().__init__(name)

def _configureMotors(self):

Expand Down

0 comments on commit df17485

Please sign in to comment.