Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with rospy registering replayed topics' URIs #264

Open
vittoriouss opened this issue Jul 23, 2020 · 0 comments
Open

Issue with rospy registering replayed topics' URIs #264

vittoriouss opened this issue Jul 23, 2020 · 0 comments

Comments

@vittoriouss
Copy link
Contributor

Hello. I'm currently working on a project that requires us to replay certain command topics. I keep on getting this error whenever I replay. This happens randomly and not consistently. I was wondering if anyone had the same issue previously and may know how to solve this.

Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/ros/melodic/lib/python2.7/dist-packages/rospy/impl/registration.py", line 276, in start
self.run()
File "/opt/ros/melodic/lib/python2.7/dist-packages/rospy/impl/registration.py", line 315, in run
for uri in uris:
TypeError: 'int' object is not iterable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant