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

Revision history [back]

The "Getting Started" page is a little outdated on that point. Instead of:

return new GraphName("rosjava_tutorial_pubsub/listener");

you should use:

return GraphName.of("rosjava_tutorial_pubsub/listener");

The rosjava_tutorial_pubsub package already has these changes.