View Single Post
  #8   Spotlight this post!  
Unread 09-02-2012, 03:10
jesusrambo jesusrambo is offline
Self-Proclaimed Programmer Messiah
AKA: JD Russo
FRC #2035 (Robo Rockin' Bots)
Team Role: Programmer
 
Join Date: Feb 2012
Rookie Year: 2010
Location: Carmel, CA
Posts: 114
jesusrambo is an unknown quantity at this point
Quote:
Originally Posted by Hjelstrom View Post
Since you are using c++, you could switch to the smart dashboard which can send data to the robot. There is already an API for sending and recording data called networktables.
Yes, this is a very good point.

I didn't use networktables in my Java code because the Java implementation is... terribly done. There are methods documented that don't actually exist, etc, etc.