You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/ahmednadeem/Desktop/lsd_slam/lsd_slam_core/src/GUI.cpp: In constructor ‘GUI::GUI()’:
/home/ahmednadeem/Desktop/lsd_slam/lsd_slam_core/src/GUI.cpp:14:5: error: ‘CreateGlutWindowAndBind’ is not a member of ‘pangolin’
pangolin::CreateGlutWindowAndBind("Main", 1280 + 180, 960, GLUT_DOUBLE | GLUT_RGBA | GLUT_DEPTH | GLUT_MULTISAMPLE);
The text was updated successfully, but these errors were encountered:
I could solve it by using new function-Call in GUI.cpp: pangolin::CreateWindowAndBind("Main", 1280 + 180, 960);
instead of pangolin::CreateWindowAndBind("Main", 1280 + 180, 960, GLUT_DOUBLE | GLUT_RGBA | GLUT_DEPTH | GLUT_MULTISAMPLE);
/home/ahmednadeem/Desktop/lsd_slam/lsd_slam_core/src/GUI.cpp: In constructor ‘GUI::GUI()’:
/home/ahmednadeem/Desktop/lsd_slam/lsd_slam_core/src/GUI.cpp:14:5: error: ‘CreateGlutWindowAndBind’ is not a member of ‘pangolin’
pangolin::CreateGlutWindowAndBind("Main", 1280 + 180, 960, GLUT_DOUBLE | GLUT_RGBA | GLUT_DEPTH | GLUT_MULTISAMPLE);
The text was updated successfully, but these errors were encountered: