robotpy / robotpy-wpilib

Moved to https://github.com/robotpy/mostrobotpy
https://robotpy.github.io
Other
169 stars 59 forks source link

Unable to find wpilib.shuffleboard in 2021 or 2022 libraries #705

Closed aesatchien closed 2 years ago

aesatchien commented 2 years ago

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 2 years ago

It is currently broken.

aesatchien commented 2 years ago

Good to know. Thanks!

auscompgeek commented 2 years ago

Duplicate of #691