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

rostopic echo is stumbling #35

Closed
stonier opened this issue May 8, 2012 · 5 comments
Closed

rostopic echo is stumbling #35

stonier opened this issue May 8, 2012 · 5 comments
Assignees
Milestone

Comments

@stonier
Copy link
Owner

stonier commented May 8, 2012

[WARN] [WallTime: 1336487500.975000] Inbound TCP/IP connection failed: 'NoneType' object is not iterable
data: hello world 840

---
data: hello world 841

---
data: hello world 842
@ghost ghost assigned stonier May 8, 2012
@stonier
Copy link
Owner Author

stonier commented May 8, 2012

Also happening with rostopic pub.

@stonier
Copy link
Owner Author

stonier commented May 8, 2012

Source is in rospy/src/rospy/impl/tcpros_base.py

@stonier
Copy link
Owner Author

stonier commented May 8, 2012

Traceback information:

Traceback (most recent call last):
  File "build\bdist.win32\egg\rospy\impl\tcpros_base.py", line 316, in _tcp_server_callback
    err_msg = self.topic_connection_handler(sock, client_addr, header)
  File "build\bdist.win32\egg\rospy\impl\tcpros_pubsub.py", line 349, in topic_connection_handler
    topic.add_connection(transport)
  File "build\bdist.win32\egg\rospy\topics.py", line 900, in add_connection
    super(_PublisherImpl, self).add_connection(c)
  File "build\bdist.win32\egg\rospy\topics.py", line 387, in add_connection
    for fd in self.connection_poll.error_iter():
TypeError: 'NoneType' object is not iterable

@stonier
Copy link
Owner Author

stonier commented May 9, 2012

Could be related to this - it is calling the error_iter function of Poller in rospy/topics.py:204 which has no implementation for windows.

@stonier
Copy link
Owner Author

stonier commented May 9, 2012

Patching bugfix : https://code.ros.org/trac/ros/ticket/3959

It's not a real solution though, just a no-op solution. Real solution issue opened at #36.

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

No branches or pull requests

1 participant