[WIP] Re-enable PySide2 support - #1526
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 |
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
This is an attempt to re-enable PySide2 support as requested in #1525. However, there are several open issues:
The wrapper code for
VisualizationFramegenerated 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?