Closed programmeddeath1 closed 6 months ago
If you found https://ros.packages.techfak.net, I don't understand why you built ROS from source. This package repo provides pre-compiled debs for most ROS1 packages. However, I checked with my ROS One distro: rviz doesn't seem to compile (or at least install) the python bindings. Need to check later, why.
Hi as I had mentioned in an earlier question I had raised where rviz was not able to access the GPU, the device I am running on is arm64 based and the pre-compiled debs are for either x86 or amd64 and hence it showed it is not installable in my SBC device.
I observed that the sip and shiboken folders inside rviz are not getting compiled even though CmakeLists.txt is defined. It is thus not creating Librviz_sip.so files compared to my ros-noetic installation on my laptop in ubuntu 20.04.
I looked into this and noticed that python bindings were accidentally disabled in #1813 for no valid reason. Fixed now.
I have built ros1 on ubuntu 22.04 from source following these steps - https://gist.github.com/Meltwin/fe2c15a5d7e6a8795911907f627255e0 with rosdep and vcstool installed through your guide in https://ros.packages.techfak.net/. I couldn't use the deb files as my system was arm64 based.
Rviz loads properly through rosrun rviz rviz. But when I try to import rviz from my pyqt application it fails with the following error -
I tried using pyside, but it also fails with the same error for librviz_shiboken.
Can you guide me as to what could be wrong with my build or how I can workaround this issue? Is the python_binding not built properly?
environment