gaoxiang12/slambook2

ch3 visualizeGeometry.cpp Display Issue

Lakaai opened this issue · 2 comments

Lakaai commented

I can build, cmake and run the program (both plotTrajectory.cpp and visualizeGeometry.cpp) without issue except no object will display in the window. Click and dragging the mouse in the window will still change the rpy coordinates. If anyone has a solution to correctly display objects/trajectories using Pangolin please let me know.
plottraj
visgeometry

我也遇到了相同的问题,在window10 子系统 ubuntu18.04 lts 下,运行plotTrajectory能弹出渲染窗口但不显示任何内容?
image

你们在对pangolin库构建时,是一遍过的吗?我cmake之后提示缺少openGL和EGL库,我所使用的是ubuntu22.04,我在好几个镜像源中都没找到这俩库,我尝试sudo apt install mesa-utils libgl1-mesa-glx libgl-dev没有找到