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

Sendable functionality broken for both Scheduler and CommandScheduler #665

Open
calcmogul opened this issue Aug 27, 2020 · 0 comments
Open

Comments

@calcmogul
Copy link
Member

Scheduler (old command framework) shows up on dashboard as an empty item with no state. CommandScheduler shows up with ids and names arrays which are both empty regardless of what's actually scheduled, and without any Cancel array (which should be there).

Neither are able to be displayed as any Shuffleboard widget other than NetworkTableTree.

The reason they don't display nicely is that they were never added as a widget.

https://github.com/wpilibsuite/shuffleboard/tree/master/plugins/base/src/main/java/edu/wpi/first/shuffleboard/plugin/base/widget

See wpilibsuite/allwpilib#2246 for context.

@calcmogul calcmogul changed the title Sendable functionality broken for both Scheduler and `CommandScheduler Sendable functionality broken for both Scheduler and CommandScheduler Aug 28, 2020
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

1 participant