kylelanman
29-02-2016, 19:54
We are attempting to get pynetworktables running on a BeagleBone Black. We are currently trying to run the sample code to get it working.
https://github.com/robotpy/pynetworktables/blob/master/samples/nt_driverstation.py
(https://github.com/robotpy/pynetworktables/blob/master/samples/nt_driverstation.py)
When using the correct IP address we get the following output.
root@beaglebone:~# python main2.py 10.24.81.100
robotTime: N/A
robotTime: N/A
INFO:nt:Client 0x00164648 entered connection state: CONNECTED_TO_SERVER
robotTime: N/A
robotTime: N/A
robotTime: N/A
robotTime: N/A
When using the incorrect IP address we get the following output.
root@beaglebone:~# python main2.py 10.24.81.101
robotTime: N/A
robotTime: N/A
robotTime: N/A
robotTime: N/A
robotTime: N/A
robotTime: N/A
Based on the logs I feel like it is connecting to the roboRio correctly but when using OutlineViewer we don't see robotTime which makes sense given we are getting a KeyError in the code above.
Has anyone else ran into problems like this?
https://github.com/robotpy/pynetworktables/blob/master/samples/nt_driverstation.py
(https://github.com/robotpy/pynetworktables/blob/master/samples/nt_driverstation.py)
When using the correct IP address we get the following output.
root@beaglebone:~# python main2.py 10.24.81.100
robotTime: N/A
robotTime: N/A
INFO:nt:Client 0x00164648 entered connection state: CONNECTED_TO_SERVER
robotTime: N/A
robotTime: N/A
robotTime: N/A
robotTime: N/A
When using the incorrect IP address we get the following output.
root@beaglebone:~# python main2.py 10.24.81.101
robotTime: N/A
robotTime: N/A
robotTime: N/A
robotTime: N/A
robotTime: N/A
robotTime: N/A
Based on the logs I feel like it is connecting to the roboRio correctly but when using OutlineViewer we don't see robotTime which makes sense given we are getting a KeyError in the code above.
Has anyone else ran into problems like this?