From: Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Date: Wed, 6 May 2020 18:42:13 +0200
Subject: Patch to force use Python 3

---
 camera_calibration/scripts/tarfile_calibration.py       | 2 +-
 camera_calibration/setup.py                             | 2 +-
 camera_calibration/src/camera_calibration/calibrator.py | 2 +-
 camera_calibration/test/directed.py                     | 2 +-
 camera_calibration/test/multiple_boards.py              | 2 +-
 image_proc/cfg/CropDecimate.cfg                         | 2 +-
 image_proc/cfg/Debayer.cfg                              | 2 +-
 image_proc/cfg/Rectify.cfg                              | 2 +-
 image_proc/cfg/Resize.cfg                               | 2 +-
 image_publisher/cfg/ImagePublisher.cfg                  | 2 +-
 image_rotate/cfg/ImageRotate.cfg                        | 2 +-
 image_view/cfg/ImageView.cfg                            | 2 +-
 image_view/scripts/extract_images_sync                  | 2 +-
 stereo_image_proc/cfg/Disparity.cfg                     | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

--- a/camera_calibration/scripts/tarfile_calibration.py
+++ b/camera_calibration/scripts/tarfile_calibration.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Software License Agreement (BSD License)
 #
--- a/camera_calibration/setup.py
+++ b/camera_calibration/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 from setuptools import setup
 from catkin_pkg.python_setup import generate_distutils_setup
 
--- a/camera_calibration/src/camera_calibration/calibrator.py
+++ b/camera_calibration/src/camera_calibration/calibrator.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Software License Agreement (BSD License)
 #
--- a/camera_calibration/test/directed.py
+++ b/camera_calibration/test/directed.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Software License Agreement (BSD License)
 #
--- a/camera_calibration/test/multiple_boards.py
+++ b/camera_calibration/test/multiple_boards.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Software License Agreement (BSD License)
 #
--- a/image_proc/cfg/CropDecimate.cfg
+++ b/image_proc/cfg/CropDecimate.cfg
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 PACKAGE='image_proc'
 
--- a/image_proc/cfg/Debayer.cfg
+++ b/image_proc/cfg/Debayer.cfg
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 PACKAGE='image_proc'
 
--- a/image_proc/cfg/Rectify.cfg
+++ b/image_proc/cfg/Rectify.cfg
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 PACKAGE='image_proc'
 
--- a/image_proc/cfg/Resize.cfg
+++ b/image_proc/cfg/Resize.cfg
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 from dynamic_reconfigure.parameter_generator_catkin import *
 
--- a/image_publisher/cfg/ImagePublisher.cfg
+++ b/image_publisher/cfg/ImagePublisher.cfg
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 # Software License Agreement (BSD License)
 #
 # Copyright (c) 2010, Willow Garage, Inc.
--- a/image_rotate/cfg/ImageRotate.cfg
+++ b/image_rotate/cfg/ImageRotate.cfg
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 # Software License Agreement (BSD License)
 #
 # Copyright (c) 2010, Willow Garage, Inc.
--- a/image_view/cfg/ImageView.cfg
+++ b/image_view/cfg/ImageView.cfg
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 PACKAGE='image_view'
 from dynamic_reconfigure.parameter_generator_catkin import *
--- a/image_view/scripts/extract_images_sync
+++ b/image_view/scripts/extract_images_sync
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 # Software License Agreement (BSD License)
 #
--- a/stereo_image_proc/cfg/Disparity.cfg
+++ b/stereo_image_proc/cfg/Disparity.cfg
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 # Declare parameters that control stereo processing
 
--- a/camera_calibration/nodes/cameracalibrator.py
+++ b/camera_calibration/nodes/cameracalibrator.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 #
 # Software License Agreement (BSD License)
 #
--- a/camera_calibration/nodes/cameracheck.py
+++ b/camera_calibration/nodes/cameracheck.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 #
 # Software License Agreement (BSD License)
 #
--- a/camera_calibration/src/camera_calibration/camera_calibrator.py
+++ b/camera_calibration/src/camera_calibration/camera_calibrator.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 #
 # Software License Agreement (BSD License)
 #
--- a/camera_calibration/src/camera_calibration/camera_checker.py
+++ b/camera_calibration/src/camera_calibration/camera_checker.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 #
 # Software License Agreement (BSD License)
 #
