From d162ba1860a88062f4cd61f8b52fc303ba0b2991 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 7 Aug 2021 00:16:33 +0100 Subject: gentoo resync : 07.08.2021 --- dev-ros/calibration_launch/files/py3.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dev-ros/calibration_launch/files/py3.patch (limited to 'dev-ros/calibration_launch/files/py3.patch') diff --git a/dev-ros/calibration_launch/files/py3.patch b/dev-ros/calibration_launch/files/py3.patch new file mode 100644 index 000000000000..ee9aa2c41f34 --- /dev/null +++ b/dev-ros/calibration_launch/files/py3.patch @@ -0,0 +1,13 @@ +Index: calibration_launch/src/capture_executive/robot_measurement_cache.py +=================================================================== +--- calibration_launch.orig/src/capture_executive/robot_measurement_cache.py ++++ calibration_launch/src/capture_executive/robot_measurement_cache.py +@@ -174,7 +174,7 @@ class RobotMeasurementCache: + return m + + # TODO: eliminate print statement or convert to rospy.log* +- print "Received everything!" ++ print("Received everything!") + + # Push everything into a RobotMeasurement message + m_robot = RobotMeasurement() -- cgit v1.2.3