We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The former is a linux only piece of code. Can't even import fctnl. I don't know exactly what is the equivalent code yet. Problem is in here:
https://github.com/ros/ros/blob/groovy-devel/core/roslib/src/roslib/network.py
Why did we not have this problem in fuerte though? There is branching there:
if _use_netifaces: # maybe this one got hit. elif _is_unix_like_platform(): # fcntl code else(): # single interface fallback
The text was updated successfully, but these errors were encountered:
Ah, this is important (same file):
# disabling netifaces as it accounts for 50% of startup latency
Sorry, something went wrong.
So we should be in the last branch where you can find this comment:
# cross-platform branch, can only resolve one address
Maybe a future problem?
No branches or pull requests
The former is a linux only piece of code. Can't even import fctnl. I don't know exactly what is the equivalent code yet. Problem is in here:
https://github.com/ros/ros/blob/groovy-devel/core/roslib/src/roslib/network.py
Why did we not have this problem in fuerte though? There is branching there:
The text was updated successfully, but these errors were encountered: