No executable found when run a python file

Hi,

I create a package → a python file → give the permission → build → source

Then I want to run the python file with ros2 run but I got No executable found

How to fix it? Thanks

From the “smell” of the error message, it looks like your setup.py file needs some fine-tuning.

What “console script” did you specify in there? Can you share the file?

1 Like

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