Closed benjiboy50fonz closed 3 years ago
SpeedController is an abstract base class, so it's not usable directly. The example should be using a PWMVictorSPX or some other implementation of a motor controller.
Ah, I see. Thank you! I'll take care of it.
Hello devs, I was trying to finish up the physics-camsim example in robotpy/examples, but I encountered another issue. Here is the issue I was working on if interested. Here is the traceback:
To replicate this issue, run the robot.py file in the physics-camsim example with the 'sim' argument. OS: Windows 10 PyFRC Version: 2021.1.1
If I can get some initial direction, I could probably help debug this issue, and more like it. Thanks for all the hard work guys!