Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault (core dumped) #2

Open
VirgilChen97 opened this issue Feb 21, 2019 · 13 comments
Open

Segmentation fault (core dumped) #2

VirgilChen97 opened this issue Feb 21, 2019 · 13 comments

Comments

@VirgilChen97
Copy link

The code can be compiled with no errors but when running the code, it will only last for 1 or 2 frames then stopped by a segmentation fault (core dumped). What is the pcl library version that is needed for this project? How do i solve this problem?

@liliangbin
Copy link

您好,我也遇到了这个问题,请问你有解决么。

@VirgilChen97
Copy link
Author

@liliangbin 我已经解决,环境是Ubuntu 16.04,PCL库使用Ubuntu软件源的libpcl-dev,pcl版本是1.7.2,尤其要注意Eigen3的版本,Ubuntu自带了libeigen3-dev, eigen3版本是3.3.1,务必卸载,然后去编译安装3.1.0,问题解决。

@liliangbin
Copy link

好勒,我回去试试。谢谢

@lichenyue1996
Copy link

你好,我成功运行了以后,弹出的窗口没显示点云啊只有红色绿色黄色三个框,你们能成功显示点云吗

@liliangbin
Copy link

我还是用的高翔博士的代码,然后加入了博主的保存pcd点云图的代码,现在还在测试。

@liuanruijie
Copy link

你好,我成功运行了以后,弹出的窗口没显示点云啊只有红色绿色黄色三个框,你们能成功显示点云吗

点云是最后生成的result.pcd文件,可以用pcl_viewer读取,并不能实时显示

@liuanruijie
Copy link

@liliangbin 我已经解决,环境是Ubuntu 16.04,PCL库使用Ubuntu软件源的libpcl-dev,pcl版本是1.7.2,尤其要注意Eigen3的版本,Ubuntu自带了libeigen3-dev, eigen3版本是3.3.1,务必卸载,然后去编译安装3.1.0,问题解决。

确实是Eigen3的版本问题,换成3.1.0就好了。

@lichenyue1996
Copy link

你好,我成功运行了以后,弹出的窗口没显示点云啊只有红色绿色黄色三个框,你们能成功显示点云吗

点云是最后生成的result.pcd文件,可以用pcl_viewer读取,并不能实时显示

是的,不能实时显示,还有个问题,这个是只优化了rgbd那个模块吗,在这个project下面还能运行立体部分、单目部分吗,我试着运行了立体那一块出现了报错

@liuanruijie
Copy link

你好,我成功运行了以后,弹出的窗口没显示点云啊只有红色绿色黄色三个框,你们能成功显示点云吗

点云是最后生成的result.pcd文件,可以用pcl_viewer读取,并不能实时显示

是的,不能实时显示,还有个问题,这个是只优化了rgbd那个模块吗,在这个project下面还能运行立体部分、单目部分吗,我试着运行了立体那一块出现了报错

可以实时显示,滑动滚轮就行。双目我没有试过。

@kadn
Copy link

kadn commented May 28, 2019

@liliangbin 我已经解决,环境是Ubuntu 16.04,PCL库使用Ubuntu软件源的libpcl-dev,pcl版本是1.7.2,尤其要注意Eigen3的版本,Ubuntu自带了libeigen3-dev, eigen3版本是3.3.1,务必卸载,然后去编译安装3.1.0,问题解决。

哇!!!太秀了!!!!!!

@HuangTY96
Copy link

优秀!

@yanxh97
Copy link

yanxh97 commented Dec 19, 2019

@liliangbin 我已经解决,环境是Ubuntu 16.04,PCL库使用Ubuntu软件源的libpcl-dev,pcl版本是1.7.2,尤其要注意Eigen3的版本,Ubuntu自带了libeigen3-dev, eigen3版本是3.3.1,务必卸载,然后去编译安装3.1.0,问题解决。

emmm我试了,好像并没有改观。重新编译3.1.0之后slam工程也要重新编译一遍吗?

@calmelo
Copy link

calmelo commented Jan 19, 2021

所以为什么Eigen版本会影响到这个?高翔博士的那个,Eigen版本好象就没有影响

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants