ros / geometry2

A set of ROS packages for keeping track of coordinate transforms.
190 stars 275 forks source link

fix shebang line for python3 #466

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

tf2_tools is not a python package so I just updated the shebang line to be point to python3

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

tfoote commented 4 years ago

@ros-pull-request-builder retest this please.