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

Hello guys,

i also have a problem to build and run the pubsub tutorial project. I followed that tutorial http://docs.rosjava.googlecode.com/hg/rosjava_core/html/getting_started.html but the step "Executing nodes" doesn't work for me unfortunatelly. The build process (../gradlew installApp) runs without any errors but there is no path "/rosjava_tutorial_pubsub/bin/rosjava_tutorial_pubsub" in directory build. Even the executable nodes (Talker and Listener) cannot be found anywhere in the project. Isn't the tutorial up to date or may this be a bug?

thanks

Hello guys,

i also have a problem to build and run the pubsub tutorial project. I followed that tutorial http://docs.rosjava.googlecode.com/hg/rosjava_core/html/getting_started.html but the step "Executing nodes" doesn't work for me unfortunatelly. The build process (../gradlew installApp) runs without any errors but there is no path "/rosjava_tutorial_pubsub/bin/rosjava_tutorial_pubsub" in directory build. Even the executable nodes (Talker and Listener) cannot be found anywhere in the project. Isn't the tutorial up to date or may this be a bug?

Edit: In the consoleoutput I found that warning when the build process is building rosjava_tutorial_pubsub project:

warning: [options] bootstrap class path not set in conjunction with -source 1.6

That warning appears for several projects in the rosjava_core folder (e.g. rosjava_bootstrap, rosjava_messages, etc.). May this be the reason for the problem?

thanks