View Single Post
  #1   Spotlight this post!  
Unread 02-06-2016, 04:44 PM
jennykittyli jennykittyli is offline
Registered User
FRC #2265
 
Join Date: Feb 2016
Location: USA
Posts: 1
jennykittyli is an unknown quantity at this point
Roborealm values cannot be accessed by our code

Hi all,

As Week 5 comes around, the stress is on to finish all of our code and our biggest hurdle right now is CAMERA CODE. We've tried some methods found on ChiefDelphi's threads and none of them seem to work.

The methods we have tried are:

- Took out the // in the prefix of the Network_Tables Module.
- Changed our Hostname to roborio-2265-FRC.local


Our current code is:

NetworkTable table;
table= NetworkTable.getTable("SmartDashboard");

public void teleopPeriodic() {
Scheduler.getInstance().run();

double height= table.getNumber("IMAGE_HEIGHT", 10.0);
table.putNumber("IMAGE_HEIGHT", height);
SmartDashboard.putNumber("HEIGHT", height);
table.containsKey("IMAGE_HEIGHT");
}

The picture attached below is the modules we used to isolate our goal and the variables we tried sending to NetworkTables. The variables can be seen on Network Tables Viewer but our CODE can't access the variables.

I suspect that this is a small problem that we just haven't caught in quite a while. Any help is much appreciated and feel free to contact me at lij9@bxscience.edu

Good luck to everyone!

-Jenny
Attached Thumbnails
Click image for larger version

Name:	Capture2.PNG
Views:	103
Size:	88.4 KB
ID:	20000  
Reply With Quote