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

The first line of your python node tells the OS which interpreter to use to run it (in this case, python). I suspect you have a typo there; the first line should be:

#!/usr/bin/env python