Zain

Results 27 comments of Zain

I have the same issue. Can someone Kindly let me know what’s the solution ?

I got it figured out. As mentioned above its dependency issue. I manually installed qt5 and libqglviewer library and modified the cmake file to include libqglviewer-qt5 path and then compiled...

@lastsongforu I did as follows. 1) install qt5 (use `qmake -v` to check the version, it should be qt5) 2) dont install libqglviewer -dev from apt instead download it from...

@lastsongforu did you compile libqglviewer using qt5 ? your qt version should be 5 when you compile (make install)

@TurtleZhong its because your system is mixing qt4 and qt5. you need to completely remove qt4 and then install qt5 if qtchooser command doesnt work in your case. If its...

@xuao0728 Hi, I found my solution in Ubuntu 14.04. For 16.04 you dont need the solution as its already qt5 based. :)

@xuao0728 its unable to locate your shared object file. I didnt use rgbdslam but I used LSD Slam and it works. moreover you need to make sure you have all...

check your qt version ... it should be qt5 when you compile g2o

yes its qt5. did you modify cmake file as I did ? When I compiled g2o I only had qt5 installed and no qt4 later on I installed it and...

I am not sure whats wrong. I will provide you a detailed procedure at night. A little busy now. Sorry