Has anyone found where the plugins for this are available? I’ve been through the WPI site as best I can without much success. I know that NetBeans is the preferred IDE (by WPI), but when I spoke to Brad about a month ago I thought they were still going to support Eclipse (I can live without the wizards).
Well it doesn’t look like the 2012 version of the plugin is available. At least I haven’t been able to find it. The link for the provider is here if you wish to use the one from last year in the meantime or maybe wait for it to get updated.
http://first.wpi.edu/FRC/java/eclipse/update/stable/
If anybody has a link to an updated version, please shoot it this way; I’m in the same boat.
Yeah… we’ve been focusing on Netbeans and added plugins to create command-based robot projects. We’ll post a message later with the status of the eclipse plugins for 2012. I know it’s not eclipse, but the Netbeans plugins are pretty nice.
Brad
Is it possible to use the netbeans plugin for eclipse?
Unfortunately, they are completely different formats between the two IDEs.
Brad
I found this but its from 2009, will it still work?
I agree the NetBeans plugins are very nice - but for various reasons we’d prefer to use Eclipse. I’m not asking WPI to create a parallel set of all the wizards, etc. for generating the new commands-based framework; just the basics of being able to build, deploy, and run an Eclipse robot project with the new library(s). Copy and paste to get the new classes in Eclipse will be fine. Thank you in advance!
No, no, it’s OK to ask. We’ll probably have a plugin up soon.
Brad
If you just want to compile in Eclipse, you can have one person get the NetBeans plugin and copy the jar file elsewhere/distribute it to the team. Then your Eclipse project points to that jar. And the Ant script to build in Eclipse like in 2009/2010. Not as simple as a plugin, but should tide you over until it is ready.
Brad,
Any update on an ETA for Eclipse plugins? Since we’ve used Eclipse in the past, that would be the easier path if we know it will be here soon. Just trying to plan. Thanks for all your hard work.
I’ve been watching checkins… hopefully soon, maybe today or tomorrow.
Brad
Hi everyone!
The plug-ins are ready for release! For details on how to properly set up Eclipse, see the document located at:
Have fun, and good luck this year!
Ryan,
On behalf of everyone (wanting to) use Eclipse for programming FRC - Thank you very much for your efforts … I can’t wait to download the plugins and migrate back to Eclipse.
Stu
OK, so this sounds like a stupid question, but where is the cRIO image? As I understand it, the plugin is supposed to install the Java image. I have installed the Driver Station, LabView (I loaded LabView also) and Utilities updates.
When I run the cRIO Imaging tool and try to format the controller, I get an error: “No cRIO Images found. Expected here: C:\Users\Developer\sunspotfrcsdk\cRIO_Images” I presume that the Eclipse plugin would create and fill it, but that folder does not exist.
Just FYI, the imaging tool does find the cRIO and also finds the image for LabView, so that part of things appears to work.
Just thinking ahead, I suppose I could install Netbeans to get the image, then just continue to use Eclipse?
Thanks for any help,
Rod
There is no doubt a way to do it via Eclipse, but I have always installed NetBeans and run that first once just to get the image to flash the cRIO with … especially since the Eclipse plugin always lags the NetBeans one after kick off.
The image is installed with the eclipse plug-ins, however not where the tool expects it. This was to contain what the installation adds to a given system to within the Eclipse program files. Currently, the image can be found under {eclipse install directory}/plugins/edu.wpi.first.javadev.sunspotfrcsdk_{version number}/sunspotfrcsdk/cRIO_Images.
I will look into addressing this (having it handled automatically) in the next update of the plug-ins.
If you find any further issues, please feel free to submit a bug report (the address is in the help documents added to Eclipse’s help pages by the plug-ins)
Thanks for letting us know about this
A new version of the plug-ins (1.0.8.5) is available, so make sure to check your update sites!
This version adds an option (default: on) to copy cRIO images to the user directory where the Imaging tool can find them.
It also updates the sdk, adds the camera test demo, and improves on the extract/install system of the sdk.