Quote:
Originally Posted by s-taylor
Rather than type everything into a posting window, I created a Word doc to hold the whole write-up.
The document (hopefully) captures everything we did to get Grip + Kangaroo + USB Camera + RoboRio + Robot Code working (in Java).
My email is also in the document so if you have questions/clarifications feel free to contact me.
Hope this proves helpful to folks...
|
One other question though...We know we can replace the system.out() prints with Driverstation.reporterror() or some other smartdashboard visual...BUT where does the system.out print to? I know that when I programmed outside of robotics, the System.out would print to the compilation window. That would be in eclipse in robotics...but is eclipse really connected to the robot after code deploys? If not, where do I find those prints?