ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I fixed the problem. I had accidentally removed the shebang statement #!/usr/bin/env python. I also had to remove the build and run depend statements in package.xml for this node and remove the add_executable statement in the CMakeLists.txt for this node. Thanks!