Access ROS command-line tools via Java
Hi,
I am trying to write a tool for ROS which allows the user to combine Eclipse with PyDev. Therefore, I want to create an eclipse plugin.
I am trying for quite some time to access the commandline tools like "rosnode" in Java but I am not yet able to accomplish it. Is there anyone who already accomplished that and could give me some ideas how to manage it. Is there a package or some junks of code as an example?
Until now I tried it as a direct process, as a shell script, and jython (but this is not 100% out).
Any Idea would be great. Thanks a lot!