-
Notifications
You must be signed in to change notification settings - Fork 54
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
Make python_qt_binding standalone #3
Comments
According to @dirk-thomas, I set milestone to Hydro release. |
@wjwwood fyi |
Btw, the fact that
This idea maybe invalid since it's too old and probably not a part of the official review process, but at least there's another open ticket link that suggests to make some modules in |
With the pull request #5 the package can be released and used as a standalone Python package. But for ROS it will still be released as a catkin package. The rosbuild dependency is required so that dry packages can access the CMake helpers. |
@dirk-thomas this is great! I've also seen it released into PyPi. With this I can make my python qt GUIs that both non-ROS and ROS users use truly compatible. Where is it going to be documented? PyPi points to ros wiki but I've seen ROS-agnostic pkgs tend to be documented somewhere else? I'm willing to contribute to its usage if you like. |
I think it would make most sense to add some documentation into a doc folder in this repo. Please feel free to send pull request which describe how to use this package. Any contribution - especially for documentation - is highly appreciated. |
I just don't know why it has to depend on
catkin
&rosbuild
. If it is not necessary we can make it separate fromROS
. I think it would be useful especially after having looked at PySide that doesn't handle .ui file well.The text was updated successfully, but these errors were encountered: