summaryrefslogtreecommitdiff
path: root/dev-ros/calibration_launch/files/py3.patch
blob: ee9aa2c41f343e34ed5b45f293c1bdc528d4abd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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()