-
Notifications
You must be signed in to change notification settings - Fork 834
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
Robot os no longer working on insider build #2560
Comments
I can confirm this issue. I also checked ROS's log file and there are no errors listed there. However, I had a different issue with ROS before the update that I was able to solve by changing the function
in This is obviously not a great solution though, because I've prevented ROS from cleaning up some of its sockets. This is possibly related to issue #1982. |
@Yay295 - What did you stub to get this work? Do you know the root cause? From your post above, it doesn't sound like |
I think I may have been looking in the wrong place before, because I have found the error message now. Using ROS Lunar version 1.13.2 and the steps in the original post I found this
in |
No, |
Robot OS on WSL was working for me on the stable windows version.
Microsoft Windows [Version 10.0.15063]
Today I upgraded to windows insider and now the publish subscribe system is no longer working.
My current windows version:
Microsoft Windows [Version 10.0.16299.15]
roswtf errors with the message The following nodes should be connected but aren't.
The output was recorded while running one of the examples. In the following order:
An interesting thing to note is that running turtle_teleop_key and once that is started running turtlesim_node will work. I can then move the turtle using the keys.
Calling the clear service works in the later case also but I can't verify in the failing case.
Here is the roswtf output for the first case.
and the second working case:
I can attach strace files if necessary but since this there was allready specific work on ros as I can tell from this issue: #1450 I don't think it is necessary. They are rather large...
Roscore output:
The text was updated successfully, but these errors were encountered: