Just like how we did it last year, it is imperative that drive has its own class in the components folder.
Some things to add right away...
a main drive function (of course)
a function for changing the mode. Like in teleop you would then do self.myCustomClass.changeMode() and then that would handle the vibration and changing the drive mode
Just like how we did it last year, it is imperative that drive has its own class in the components folder.
Some things to add right away...
That should be a good start