|
Re: Network Tables
Can you try running the SmartDashboard from a command line (using CMD and the java -jar SmartDashboard.jar command) to verify that it's not throwing any exceptions.
In the SmartDashboard, NetworkTables is already initialized so you should not do the setClientMode() and setIPAddress() in your extension. Make sure those methods aren't being called in your code.
If you do see any exceptions coming out, please post them here so we can try to diagnose the problem.
Brad
__________________
Brad Miller
Robotics Resource Center
Worcester Polytechnic Institute
|