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
{{ message }}
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
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 text was updated successfully, but these errors were encountered:
@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
@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!
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!
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 text was updated successfully, but these errors were encountered: