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

Add elevator variables to the SmartDashboard #9

Open
stepansubbotin opened this issue Jul 10, 2015 · 3 comments
Open

Add elevator variables to the SmartDashboard #9

stepansubbotin opened this issue Jul 10, 2015 · 3 comments

Comments

@stepansubbotin
Copy link
Contributor

This would be pretty awesome for troubleshooting and pre-match inspections.

  • The three limit switch values.
  • The secondary stick y value.
  • The current elevator height (when the encoder code is implemented)
@AnonymousAnion
Copy link
Contributor

It'd maybe be nice to make a command group to print out all the information
we would want to print out from our subsystems. I guess that could go in
the update command group maybe?

On Thu, Jul 9, 2015 at 11:13 PM, Stepan Subbotin notifications@github.com
wrote:

This would be pretty awesome for troubleshooting and pre-match
inspections.

  • The three limit switch values.
  • The secondary stick y value.
  • The current elevator height (when the encoder code is implemented)


Reply to this email directly or view it on GitHub
#9.

@inkling16
Copy link
Contributor

Liam: I don't really understand why a command group would be used here, can you explain more what you are envisioning?

I agree that we should print out all of those things, what would also be cool is if the Smart Dashboard told us which command is running on each subsystem. We would just need to have each command print its own name to the the smart dashboard in its constructor.

@AnonymousAnion
Copy link
Contributor

Yea and we could put all those print commands inside a print or update command group to further organize them. All smartdashboard print commands would be in a smartdashboard print command group so that they would all be in one place and we can easily control what prints to the smartdashboard because it's all in one place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants