ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Have you set your file to be executable? If not, run
chmod +x teleop_twist_keyboard.py
With C++ you need to compile to get an executable, for Python you need to run the above command to make the file executable.
2 | No.2 Revision |
Have you set your file to be executable? If not, run
chmod +x teleop_twist_keyboard.py
With C++ you need to compile to get an executable, for Python you need to run the above command to make the file executable.executable. You don't need to use the CMakeLists.txt
file just to run some nodes written in Python.