swri-robotics / mapviz

Modular ROS visualization tool for 2D data.
BSD 3-Clause "New" or "Revised" License
371 stars 144 forks source link

Use python3 in mapviz_tile_loader shebang #754

Closed cottsay closed 2 years ago

cottsay commented 2 years ago

ROS 2 uses Python 3 exclusively.

Should resolve "ambiguous python shebang" errors in RPM builds: https://build.ros2.org/view/Gbin_rhel_el864/job/Gbin_rhel_el864__multires_image__rhel_8_x86_64__binary/51/console

danthony06 commented 2 years ago

Thanks!