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

Non-OSX supported code in rosmaster.util #109

Open
hawesie opened this issue Jan 31, 2018 · 0 comments
Open

Non-OSX supported code in rosmaster.util #109

hawesie opened this issue Jan 31, 2018 · 0 comments

Comments

@hawesie
Copy link
Contributor

hawesie commented Jan 31, 2018

This is more of a heads-up for future installers than an issue with this repo.

ros/ros_comm#1207 means that recent installs are broken at runtime (not compile time). The symptoms are that everything comes up fine but some nodes cannot actually communicate.

The failure is pretty much silent just looking at node output. However roswtf reports ERROR The following nodes should be connected but aren't for many nodes and you can see

    state = transport._connection[1].sock.getsockopt(socket.SOL_TCP, socket.TCP_INFO)
AttributeError: 'module' object has no attribute 'TCP_INFO'

in your logs.

The PR ros/ros_comm#1211 fixed this for me.

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