ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
![]() | 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