Hello, I’m working with a pi-top robotics kit and am currently trying to use this 4WD drive controller for my robot. Unfortunately, after a lot of debugging, I continue to get an error "AttributeError: type object ‘DriveController4WD’ has no attribute ‘max_wheel_speed’
I am just doing a simple two line script to import the library then attempt to make the robot drive forward. Have I done something wrong?