summaryrefslogtreecommitdiff
path: root/dev-ros/calibration_launch/files/py3.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-07 00:16:33 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-07 00:16:33 +0100
commitd162ba1860a88062f4cd61f8b52fc303ba0b2991 (patch)
tree24cd2cf57f3932a24b96e4a0f6666489447e43ba /dev-ros/calibration_launch/files/py3.patch
parent590b9b7b03bf4651e099949e318755af7cfa81b8 (diff)
gentoo resync : 07.08.2021
Diffstat (limited to 'dev-ros/calibration_launch/files/py3.patch')
-rw-r--r--dev-ros/calibration_launch/files/py3.patch13
1 files changed, 13 insertions, 0 deletions
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()