View Single Post
  #4   Spotlight this post!  
Unread 25-01-2017, 18:57
TylerHarmon's Avatar
TylerHarmon TylerHarmon is offline
Registered User
no team
 
Join Date: Jan 2016
Rookie Year: 2014
Location: Westminster, CO
Posts: 26
TylerHarmon is an unknown quantity at this point
Re: SmartDashboard SFX Help

Quote:
Originally Posted by Leslieann Gomez View Post
I have actually thoroughly read through the documentation; I just don't find it very helpful. That's why I am asking for alternative resources. Perhaps those will be of greater help.
If you want to print out a number, for example, you would type

Code:
SmartDashboard.putNumber("nameForNumber", numberValue);
Then, run SmartDashboard.jar and you should be able to see those values.
Reply With Quote