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

I'm not sure if this will help, but here's an example of how I'm currently creating a node using DefaultNodeFactory with the newest rosjava:

NodeMainExecutor nodeMainExecutor = DefaultNodeMainExecutor.newDefault(); 
node = new DefaultNodeFactory(nodeMainExecutor.getScheduledExecutorService()).newNode(config);