View Single Post
  #1   Spotlight this post!  
Unread 07-02-2015, 15:15
orbobigge orbobigge is offline
Head Programmer/President
AKA: Matthew
FRC #3284 (laser)
Team Role: Programmer
 
Join Date: Feb 2015
Rookie Year: 2011
Location: Camdenton
Posts: 7
orbobigge is an unknown quantity at this point
Question SmartDashboard Implementation in RobotMain Test() method.

We are attempting to operate, and test robot functions using the Test() method.

We want to print out certain values to the SmartDashboard to view while we are testing our robot functions. When we attempt to print, for example:

SmartDashboard:: PutNumber("Encoder 1: ", m_pEncoder->Get());

It will not show up when we enable in test mode.
Any help appreciated!

- Team 3284 Programming Team

Last edited by orbobigge : 07-02-2015 at 15:46.
Reply With Quote