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

TF Publisher in Hydro is Blocking #98

Closed
kshehata opened this issue May 11, 2015 · 2 comments
Closed

TF Publisher in Hydro is Blocking #98

kshehata opened this issue May 11, 2015 · 2 comments

Comments

@kshehata
Copy link

Ran into this problem while monitoring a large robot using RViz over a WiFi connection that went flakey. Apparently, TF broadcasting in Python / Hydro is still blocking. This means that when the wifi connection got flakey, the Applanix driver (written in Python) blocked, and our controller stopped being able to do any updates.

From what I can tell in ros/ros_comm#169, ros_comm has been updated, and it looks like there are commits in indigo-devel to fix this. Really it's just a matter of adding queue size to the TF publishers, as per the two commits below. Any chance we can get this back ported to hydro? Seems like a problem many other people are going to face, and it's certainly a major problem on this project.

90a0fc4
fd04fd9

@tfoote
Copy link
Member

tfoote commented May 11, 2015

Yeah, we could backport the queue size. If you have a moment to open a pull request for that it would be great.

@kshehata kshehata mentioned this issue May 11, 2015
@tfoote
Copy link
Member

tfoote commented May 12, 2015

Fixed in #99

@tfoote tfoote closed this as completed May 12, 2015
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

2 participants