ros-visualization / rqt_service_caller

http://wiki.ros.org/rqt_service_caller
7 stars 10 forks source link

fix shebang line for python3 support #16

Closed mikaelarguedas closed 4 years ago

mikaelarguedas commented 4 years ago

Similar to https://github.com/ros-visualization/rqt_graph/pull/43

Without this change the script cannot be rosrun on Noetic/Focal and results in: /usr/bin/env: ‘python’: No such file or directory

Python scripts need to be installed using catkin_install_python for the shebang line to be rewritten to point to python3. More details at https://wiki.ros.org/UsingPython3/SourceCodeChanges#Changing_shebangs

Signed-off-by: Mikael Arguedas mikael.arguedas@gmail.com

ros-discourse commented 4 years ago

This pull request has been mentioned on ROS Discourse. There might be relevant details there:

https://discourse.ros.org/t/ros-noetic-ninjemys-release/14262/22

dirk-thomas commented 4 years ago

Thanks for the patch.

mikaelarguedas commented 3 years ago

@dirk-thomas or current maintainer, is it possible to make a Noetic release with this patch ? Thanks!

/cc @sloretz

dirk-thomas commented 3 years ago

I am sorry, but I am not involved with the project at this point in time.