robotpy/robotpy-wpilib

Unable to find wpilib.shuffleboard in 2021 or 2022 libraries

aesatchien opened this issue · 3 comments

https://github.com/robotpy/examples/tree/main/shuffleboard shows a
from wpilib.shuffleboard import Shuffleboard call. I know robotpy has changed a lot since 2018, but I can't find it where I would think to look for it based on the organization of the Java API. I don't see any likely candidates when I do a dir(wpilib) after importing it. Is it still supported?

It is currently broken.

Good to know. Thanks!

Duplicate of #691