Quote:
Originally Posted by Leslieann Gomez
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.