bshah
4
Hey @zyaskawa, the QT error is the issue.
@Mohamed_Fazil has more details about the issue in his post here: QT applications error out due to conflict with cv2 (Could not load the Qt platform plugin "xcb")
Would you try adding the below to mapping.launch.py
? You’ll need to recompile the Ament workspace as well.
import os
os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = '/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so'
1 Like