View Single Post
  #9   Spotlight this post!  
Unread 29-01-2014, 13:05
sparkytwd's Avatar
sparkytwd sparkytwd is offline
Registered User
FRC #3574
Team Role: Mentor
 
Join Date: Feb 2012
Rookie Year: 2012
Location: Seattle
Posts: 100
sparkytwd will become famous soon enough
Re: Talk to rpi from crio

Quote:
Originally Posted by Merfoo View Post
So if I want to use the NetworkTable "tableData" in python using https://github.com/Team3574/2013Visi...c/nt_client.py it would be
Code:
client = NetworkTable("tableData")
and in java it would be
Code:
NetworkTable table = NetworkTable.getTable("tableData");
?
For python it would be

client = NetworkTableClient("955")

You can run nt_client.py from the command line like so:

python nt_client.py 955 and it will set some test values for you.

Last edited by sparkytwd : 29-01-2014 at 13:46.