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

Revision history [back]

I am new with ROS, so I feel your pain. From what I understand, you must have roscore running.

$ roscore

In a new terminal window, use rosrun to start your node:

$ rosrun [package_name] [node_name]

I hope this helps...