ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you're not developing rosjava, then you can create an Eclipse project that will depend on the required jars instead of linked projects. Simply add an external dependency on ros.rosjava_core:rosjava:0.0.0-SNAPSHOT and the transitive dependencies (e.g. apache_xmlrpc) will be pulled in automatically.

Otherwise, AFAIK the answer is no. The eclipse plugin will generate dependencies as project dependencies.