Skip to content
Snippets Groups Projects
Commit 95162dd6 authored by Tim Martin's avatar Tim Martin
Browse files

Python 3 update

parent 524b7c1a
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ def print_ros2rob(ros2rob, out):
"""
print("ros2rob = {", file=out)
count = 0
for k, v in ros2rob.iteritems():
for k, v in ros2rob.items():
count += 1
print("\t'%s': \n\t[" % k, file=out)
for i in range(len(v)):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment