View Single Post
  #1   Spotlight this post!  
Unread 04-02-2016, 12:02
Team DRIFT Team DRIFT is offline
Registered User
FRC #4091
 
Join Date: Jan 2015
Location: Santo Domingo, Dominican Republic
Posts: 20
Team DRIFT is an unknown quantity at this point
How to Write From SmartDashboard

This sounds like a really stupid question, and it is. Quite simply, we can't figure out how to use the SmartDashboard to input information into our program. Our SmartDashboard.putNumber() works perfectly fine, but when we try using the .getNumber() or .getBoolean(), or any of the gets, nothing happens. If we don't set a default value, no value is set.

For printing on the SmartDashboard, we are simply using the methods in our code, and the corresponding widgets are automatically created.