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

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!