Closed matteolucchi closed 3 years ago
Fantastic! That's just what I have been looking for! Thanks a lot for pointing me to this! I had already read the wiki in the link you shared; I cannot believe I forgot about that.
It happens to me as well all the time :D I'm glad to hear it helped :)
I will probably not get a chance to work on this immediately either, so feel free to raise a PR if you get a chance before I do, and I will accept it. But don't worry if you can't. Thanks again! :smile:
Sounds good :) I'll see if I manage to squeeze it in :)
Hello @justagist ! I hope you are doing fine :)
I wanted to directly make a pull request with this but I cannot due to time constraints :/ so I'll just give you a hint that I think you'll find useful.
If you use the shebang
#!/usr/bin/env python
at the top of your python scripts and add your python scripts in the CMakeList.txt like this for example:like described here http://wiki.ros.org/UsingPython3/SourceCodeChanges
Then catkin will take care of replacing the shebang with the correct one and you can avoid
I hope this helps :)