ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
errors like these are also caused by python version problems. so change the first line of the script from
#! /usr/bin/env python
to #! /usr/bin/env python2.7
worked for me