![]() |
NetworkTables Issues
Hello,
I'm currently having some issues with NetworkTables. I've created a standalone-application for vision processing and would like to send data to the RoboRIO. I keep getting an exception saying that the key is not defined/it can't access it -- I fear it is not being created and am unsure if I'm doing something wrong. Here's what I'm doing. Vision Processing Application: Code:
public static NetworkTable outputTable;Code:
public static NetworkTable visionTable;Thanks. |
Re: NetworkTables Issues
You should have a default value with that getBoolean. Also, if the rio starts up before your program, its going to get an error, because your client has not set the value yet.
Code:
getBoolean("found_tote", false); |
Re: NetworkTables Issues
Quote:
|
| All times are GMT -5. The time now is 10:53. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi