ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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...