-
Notifications
You must be signed in to change notification settings - Fork 463
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
[WIP] Re-enable PySide2 support #1526
base: noetic-devel
Are you sure you want to change the base?
Conversation
e7d1158
to
825f2d6
Compare
@rhaschke any chance you can rebase this? |
Where should I rebase to? This is already on |
I'm trying to visualize rviz in pyside2 Kindly find the snippet of my code below importing the pyside and rviz: Error msg while executing the snippet in ros melodic Error msg while executing the snippet in ros noetic(using python-3.8) I am unable to find the librviz_shiboken in the path "/opt/ros/noetic/lib/python3/dist-packages/rviz/" kindly help me out to solve the issue. |
As the title of this PR states, PySide support is currently disabled in rviz. Thus the library doesn't exist. |
Thanks for your responce |
This is an attempt to re-enable PySide2 support as requested in #1525. However, there are several open issues:
The wrapper code for
VisualizationFrame
generated by shiboken is clearly broken:@JuliusSustarevas, feel free to continue here. I don't have the time to dig deeper now.
@wjwwood, maybe you can comment on your experience on this?