You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chris Burbridge edited this page Nov 30, 2013
·
2 revisions
To use eclipse to develop your project, create the eclipse project files using gradle:
roscd java_projects/my_project
../gradlew eclipse
where java_projects is your java catkin package, and my_project is your rosjava project as created in previous tutorials.
Next, open eclipse and use the "import existing project into workspace" option to load the project. At this point you should be able to use the auto editing features of Eclipse.