ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I was running the script from my IDE directly. To any one new with ROS: Do not do that...
2 | No.2 Revision |
I was running the script from my IDE directly.
To any one new with ROS: Do not do that...that...Instead build and run from the terminal using rosmake or catkin, then rosrun [package name] [script]
3 | No.3 Revision |
I was running the script from my IDE directly.
To any one new with ROS: Do not do that...Instead build and run from the terminal using rosmake or catkin, then rosrun [package name] [script]
EDIT: For completeness, see this link that tells you how to setup your IDE for ROS.