mp3guy / Kintinuous

Real-time large scale dense visual SLAM system
Other
914 stars 287 forks source link

Error: ‘ManagedImage’ in namespace ‘pangolin’ does not name a type pangolin::ManagedImage<uchar3> rgbImg #37

Closed sotoglzz closed 6 years ago

sotoglzz commented 6 years ago

Hello Thomas, thank you for share Kintinuous.

I have the following issue when building Kintinuous:

In file included from /home/trinidad/Kintinuous/src/MainController.h:57:0, from /home/trinidad/Kintinuous/src/MainController.cpp:19: /home/trinidad/Kintinuous/src/PangoVis.h:105:9: error: ‘ManagedImage’ in namespace ‘pangolin’ does not name a type pangolin::ManagedImage rgbImg;

Currently, Pangolin has 3 releases. I have installed the 3 versions and all remain the same problem. I'm in Ubuntu 14.04.

Thanks, in advance

mp3guy commented 6 years ago

Don't use a release. Use top of pangolin master

sotoglzz commented 6 years ago

Thanks for your reply, that solved the problem