ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I just ran the tutorials, and they worked fine for me. I summarized what I found on a tutorial wiki page. http://ros.org/wiki/rosjava_core/Tutorials
For me the executable is located in build/install.
Maybe you can paste the contents of your build.gradle as well as the results of
$ find src
$ find build
here so that it is easier to understand what happened.
2 | No.2 Revision |
I just ran the tutorials, and they worked fine for me. I summarized what I found on a tutorial wiki page. http://ros.org/wiki/rosjava_core/Tutorials
For me the executable is located in build/install.
Maybe you can paste the contents of your build.gradle as well as the results of
$ find src
$ find build
here so that it is easier to understand what happened.happened. For now I would suspect that you did not create the folder structure src/main/java as required by gradle.