Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

pcd2depth #2

Open
3DMM-ICME2023 opened this issue Mar 29, 2017 · 3 comments
Open

pcd2depth #2

3DMM-ICME2023 opened this issue Mar 29, 2017 · 3 comments

Comments

@3DMM-ICME2023
Copy link

Hi,Thanks for your sharing!
I can convert the .bin files into .pcd files with your code(kitti2pcd) ,but i want to get the depth of kitti,
I use the createFromPointCloud of PCL when the input is .pcd ,then i meet the Segmentation fault (core dumped).Do you know why?
Thank you in advance!

@wassryan
Copy link

@liu666666 hello, I have also converted the .bin files into .pcd files using kitti2pcd.cpp, and I did meet the same problem as you did( I've met the Segmentation fault when using the createFromPointCloud of PCL to transform pcd file to range image), have you figure it out? how to solve it? thanks

@crankler
Copy link

@wassryan can you share your detail way to converte the .bin files, here is my try:

mkdir build && cd build 
cmake ..
make 

then go to script, and I don't know how to do.
the .bin file locate in another file, and the kitti2pcd and kittitrackletextract locate in /build/bin
so how should I do?
Thank you for your idea!

@804463592
Copy link

804463592 commented May 9, 2023

Hi,Thanks for your sharing! I can convert the .bin files into .pcd files with your code(kitti2pcd) ,but i want to get the depth of kitti, I use the createFromPointCloud of PCL when the input is .pcd ,then i meet the Segmentation fault (core dumped).Do you know why? Thank you in advance!

The problem may be that the last point in the converted pcd file is "0 0 0 0", You can go to my blog for more details: http://blog.leanote.com/post/lee-romantic/%E7%82%B9%E4%BA%91%E6%95%B0%E6%8D%AE%E6%A0%BC%E5%BC%8Fbin%E8%BD%AC%E4%B8%BApcd

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

No branches or pull requests

4 participants