gaoxiang12 / ORBSLAM2_with_pointcloud_map

830 stars 346 forks source link

点云图没有实时绘制,viewer界面只显示一个坐标系 #40

Open wanbin19921212 opened 5 years ago

thiac commented 5 years ago

I solved the problem, though not necessarily the best solution.You can refer to https://blog.csdn.net/Xuesengxinyi/article/details/93469079

YuhsiHu commented 3 years ago

I solved the problem, though not necessarily the best solution.You can refer to https://blog.csdn.net/Xuesengxinyi/article/details/93469079

hi,I followed your steps to update the code in pointcloudmapping.cc, but I compiled it with error. What should I do to fix this problem? 微信图片_20210120211142 Thank you for your time!

HuangKangJin commented 2 years ago

试试滑动鼠标滚轮缩小一下,我开始也只看到坐标系,后来发现是局部点云被放得太大了而看不出整体的点云结果

isHuKai commented 1 year ago

在viewer函数里把showCloud函数提前,可以解决这个问题。具体见https://blog.csdn.net/Xuesengxinyi/article/details/93469079