-
Notifications
You must be signed in to change notification settings - Fork 17
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
"OSError: [WinError 193] %1" When Running "ros2 run rqt_console rqt_console" #20
Comments
I compiled from sources Dashing, Eloquent and Foxy on Windows. This error exists in all of them.
Possible solution to this issue:
If this is a possible workaround/fix, I can go ahead an fix all the packages suffering from this problem. @ablasdel, any other thoughts about this issue ? |
I think the best approach to resolve this would be to convert the package to a Python package and use an entry point instead of the script. |
I agree that it's the best approach, but it doesn't seem to be backportable to Dashing and Eloquent if we want to fix that there too. Having an |
Can you clarify why you think that is the case? |
Modifying the buildtype of a package isn't API compatible. find_package(rqt_shell) P.S.: I understand that that isn't important to that package, and it can actually be fixed when changing the build type to |
There is no rule for leaf packages like rqt plugins to require that kind of compatibility. I have also never seen a rqt plugin which depends on another rqt plugin to
Not sure what you mean with this? |
Yes, I agree. I don't imagine anybody doing that (though it was possible to do that before).
I mean that installing a In this case, it sounds like switching build type of the packages shouldn't affect users, so I withdraw my original comment. |
Hello guys, I am also trying to learn ROS2 on Windows through the tutorials like @songyuc and I am facing the same issues to launch rqt_console. I tried to follow the discussion here but it is very low level. So, for a person that just installed Foxy from the binaries. What would be the steps to fix this issue and run rqt_console? |
There is a similar discussion here: |
Is there any progress in this issue? |
There are a bunch of PRs opened to address the issue, @ahcorde do you have time to follow-up on them? |
@ivanpauno I updated the two PR that you have reviewed. should I update the others too ? |
Yes please, if you need a review in any of those feel free to tag me. |
Alright, all connected PRs have been merged. |
Hi guys,
I am learning the ROS2 on Windows by the tutorials.
I meet an error "OSError: [WinError 193] %1" when running "ros2 run rqt_console rqt_console", and the detail output is:
I want to know how to solve this.
Any answer and idea will be appreciated!
The text was updated successfully, but these errors were encountered: