You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to put number sliders on ShuffleBoard to tune HSV filter values, and I am doing all of this in Python. However, I get a module not found error while trying to import wpilib.shuffleboard.
The text was updated successfully, but these errors were encountered:
That’s correct. The only Python libraries currently supported are for NetworkTables and CameraServer. With the RobotPy changes for 2020 it may be possible to bring in more.
I am trying to put number sliders on ShuffleBoard to tune HSV filter values, and I am doing all of this in Python. However, I get a module not found error while trying to import wpilib.shuffleboard.
The text was updated successfully, but these errors were encountered: