I do not why I get a error message that says file is not executable. All files show as “green” in the IDE.

I do not why I get a error message that says file is not executable. All files show as “green” in the IDE.
Hi @ROxX ,
You get the “No executable found” error because the names of the executable that you have defined in the setup.py
file are client
and server
.
So naturally, if you try to start an executable whose name does not match the specified name, you will get an error.
The command that you should use is:
ros2 run services_quiz client
and not
ros2 run services_quiz quiz_client
I hope this clarified your issue!
Regards.
Girish
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.