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
Is your feature request related to a problem? Please describe.
In PhotonVision/photonvision#1923 I found a need to access the current control word via NT. This lead to me creating my own record since stuff was private in the wpilib ControlWord class. We also have a lot of duplicated code for getting match data over in our snapshot class so we can name snapshots. Not sure if there's an easier way to do this without changes to wpilib?
Describe the solution you'd like
My first idea was to create a NT-specific driverstation class
Describe alternatives you've considered
This problem will probably magically disappear in 2027, right?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In PhotonVision/photonvision#1923 I found a need to access the current control word via NT. This lead to me creating my own record since stuff was private in the wpilib ControlWord class. We also have a lot of duplicated code for getting match data over in our snapshot class so we can name snapshots. Not sure if there's an easier way to do this without changes to wpilib?
Describe the solution you'd like
My first idea was to create a NT-specific driverstation class
Describe alternatives you've considered
This problem will probably magically disappear in 2027, right?
The text was updated successfully, but these errors were encountered: