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

ROSJava PubSub tutorial not publishing chatter topic

asked 2012-05-23 15:51:59 -0500

amittleider gravatar image

updated 2012-05-23 16:13:11 -0500

I have followed all the steps at http://docs.rosjava.googlecode.com/hg/rosjava_core/html/getting_started.html to attempt to get rosjava working. I see no errors or significant warnings while following the steps to install and build the roscore. However, when I attempt to launch the PubSub tutorial with this command: "roscore & ./build/rosjava_tutorial_pubsub/bin/rosjava_tutorial_pubsub org.ros.rosjava_tutorial_pubsub.Talker & ./build/rosjava_tutorial_pubsub/bin/rosjava_tutorial_pubsub org.ros.rosjava_tutorial_pubsub.Listener", it does not seem to publish the 'chatter' topic. Here is what I see in the terminal after I run the command: NODES

auto-starting new master process[master]: started with pid [2937] ROS_MASTER_URI=http://ubuntu:11311/

setting /run_id to 12c61b96-a542-11e1-9d85-000c29358351 process[rosout-1]: started with pid [2954]

Furthermore, the directory that is referenced in the command (./build/rosjava_tutorial_pubsub/bin/rosjava_tutorial_pubsub) doesn't seem to exist. However, when I build the nodes with "roscd rosjava_tutorial_services ../gradlew installApp", it says the build is successful.

I am running ros electric on Ubuntu 11.10.

Thanks for the help -Andrew

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-05-23 20:49:43 -0500

Kat gravatar image

Try to look for the files in ./build/install/rosjava_tutorial_pubsub/bin

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-05-23 15:51:59 -0500

Seen: 237 times

Last updated: May 23 '12