Couldn't find executable named simple_service_server.py below /home/user/catkin_ws/src/my_service_server_example_pkg

[rosrun] Couldn’t find executable named simple_service_server.py below /home/user/catkin_ws/src/my_service_server_example_pkg
[rosrun] Found the following, but they’re either not files,
[rosrun] or not executable:
[rosrun] /home/user/catkin_ws/src/my_service_server_example_pkg/scripts/simple_service_server.py

Hello @aak2009 ,

Can it be that the file doesn’t have execution permissions? You can grant it execution permissions with the following command:

chmod +x simple_service_server.py

Hope this helps,

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.