ros-drivers / urg_node

ROS wrapper for the Hokuyo urg_c library.
Other
101 stars 147 forks source link

Use Python 3 specifically in helper script #85

Closed cottsay closed 3 years ago

cottsay commented 3 years ago

ROS 2 only targets Python 3. Making the shebang specific will ensure it isn't accidentally executed using the Python 2 interpreter.

This should resolve the RPM build failures for RHEL 8: https://build.ros2.org/view/Rbin_rhel_el864/job/Rbin_rhel_el864__urg_node__rhel_8_x86_64__binary/

mikeferguson commented 3 years ago

Build failure on rolling is unrelated (deprecation warnings).

mikeferguson commented 3 years ago

I'll cut a new release tomorrow - I want to cut an updated foxy release, then branch off foxy and fix the deprecation warnings before cutting a new rolling release