Quote:
Originally Posted by krieck
You could create a cRIO project in NetBeans, and then manually copy over the source code from your Eclipse roboRIO project. Then fix the few incompatibilities. The WPILib is pretty much the same.
Or, you could try linking the Eclipse project to last year's WPLib code. We have been successful in deploying last year's code to cRIO using Eclipse.
|
Based on the mention of NetBeans I suspect your team programs in Java. We do C++ but I am interested in your methods for deploying with the new Eclipse tools onto an old cRIO... hoping to translate your process for C++ platform.
Can you describe the process you used to link the Eclipse project to last year's WPILib code? How did you deploy the code to the cRIO using Eclipse, does the standard deploy operation work with the old platform? What form of hardware connection did you use, a tethered ethernet connection to the cRIO? Any details you can share would be appreciated.