Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WPILib libraries not available in Python #153

Open
sagarreddypatil opened this issue Jan 25, 2020 · 3 comments
Open

WPILib libraries not available in Python #153

sagarreddypatil opened this issue Jan 25, 2020 · 3 comments

Comments

@sagarreddypatil
Copy link

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.

@PeterJohnson
Copy link
Member

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.

@PeterJohnson
Copy link
Member

Note you can add stuff to shuffleboard in your robot program instead and then read those NetworkTable keys directly in Python.

@virtuald
Copy link
Member

RobotPy's shuffleboard stuff isn't working for 2020 yet, but hoping to tackle that this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants