How do you import Robotbuilder generated code in Eclipse?
Thanks in advance!,
Dave Frederick
Mentor, Team 1895
Manassas, VA
How do you import Robotbuilder generated code in Eclipse?
Thanks in advance!,
Dave Frederick
Mentor, Team 1895
Manassas, VA
Take a look here: http://wpilib.screenstepslive.com/s/4485/m/26402/l/255444-generating-java-code-for-a-project
Just a little warning here:
Don’t give your RobotBuilder project a name that starts with a number - it won’t Import into Eclipse very nicely. You’ll get lots of package path errors.
I’m not sure what or where the problem is, but changing my project name from “2015Robot” to “Robot2015” suddenly made all my problems disappear!
We stumbled on something last night. Creating a project with a hyphen in it botched the package structure (e.g. “FB-2015”). Probably most punctuation characters should be avoided in the project name and also in component names.