summaryrefslogtreecommitdiff
path: root/dev-ros/calibration_launch/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-25 08:07:03 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-25 08:07:03 +0000
commita1b20429e7e2ba1b44414459afd5a2b50788cd9c (patch)
treee721db30ecc3e534a03ab9b3115762959cc0c28c /dev-ros/calibration_launch/files
parentdbbd2ae5e62a232616ede4dae3ed69e15903940a (diff)
gentoo auto-resync : 25:01:2023 - 08:07:03
Diffstat (limited to 'dev-ros/calibration_launch/files')
-rw-r--r--dev-ros/calibration_launch/files/py3.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-ros/calibration_launch/files/py3.patch b/dev-ros/calibration_launch/files/py3.patch
deleted file mode 100644
index ee9aa2c41f34..000000000000
--- a/dev-ros/calibration_launch/files/py3.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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()