running rosjava example [closed]
Dear all. I successfully compiled the tutorial example. I started roscore prior to running the examples. When I run
rosrun rosjava_bootstrap run.py rosjava_tutorial_pubsub org.ros.tutorials.pubsub.Talker
everything seems ok (Loading node class: org.ros.tutorials.pubsub.Talker). But I cannot see the topic. If I run rostopic list I only see
- /rosout
- /rosout_agg
but no /chatter. The main reason I want to use rosjava is to call my java library from C++ ros.