Unable to find wpilib.shuffleboard in 2021 or 2022 libraries
aesatchien opened this issue · 3 comments
aesatchien commented
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?
virtuald commented
It is currently broken.
aesatchien commented
Good to know. Thanks!
auscompgeek commented
Duplicate of #691