Quote:
Originally Posted by RyanN
Attachment 12461
I'm not familiar with the circled code, but from the icon, it appears to be a loop. Try excluding that from your while loop that you put in. I think that should work.
|
FYI, those are network tables from WPI (
http://firstforge.wpi.edu/sf/frs/do/...network_tables). I'm using them since the robot code is in c++, and network tables work nicely in c++.
Anyway, following you suggestions did work, thanks for the help!