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

First, the rosjava_tutorial_pubsub has been updated to use NodeMainExecutor. I suggest pulling the latest version.

Second, you'll need to run rosjava nodes using the rosjava_bootsrap run.py script. It will take care of constructing the correct class path to load your node. The error you received is due to an incorrect class path.

rosrun rosjava_bootstrap run.py <pkg> <node_class>